Make IgnoringMessageHandler and ErroringMessageHandler pub
authorMatt Corallo <git@bluematt.me>
Tue, 2 Mar 2021 15:25:37 +0000 (10:25 -0500)
committerMatt Corallo <git@bluematt.me>
Sun, 7 Mar 2021 18:06:07 +0000 (13:06 -0500)
commitd039fc5cd1214a426e5714edfc0bd677cb2594b3
tree446da9fec151480574c9eab36262d1fc5eb18adf
parentf7f7500da58b0999ae4f63d27efb67a91586f4fe
Make IgnoringMessageHandler and ErroringMessageHandler pub

This is largely useful for bindings, and the off-github discussion
around #814 concluded these should be pub, but the PR was not
updated to capture this. Now that the bindings support generation
for the structs, expose them.
lightning/src/ln/peer_handler.rs