Expose ChannelMonitor::block_[dis]connected as pub
authorMatt Corallo <git@bluematt.me>
Thu, 13 Feb 2020 04:55:22 +0000 (23:55 -0500)
committerMatt Corallo <git@bluematt.me>
Sun, 1 Mar 2020 04:26:16 +0000 (23:26 -0500)
commit79c9544859be23417755d9dd39bc55daa68412ef
tree21a08eb58e28f2b67c7b1aa9ca1f002c5eacaf84
parentd909678ad68456d3e64b5a7722c0bf52d46e3655
Expose ChannelMonitor::block_[dis]connected as pub

These are essentially required to make rescan-at-reload doable as
individual ChannelMonitors may be synced to different chain states
and thus need to have blocks replayed separately.
lightning/src/ln/channelmonitor.rs