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>
Mon, 25 May 2020 19:33:55 +0000 (15:33 -0400)
commit7889fa25fd93d585727971c9a987605de9223632
tree847187e7a23ea2f7050a7a15e04d8f66ea3eb3cd
parent7e0a8d662fd16579cfaf699bf55d41a6a3c5a356
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