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>
Tue, 5 May 2020 19:08:32 +0000 (15:08 -0400)
commitcbc0473d717d489b8510d7067f041fd73e9d9785
tree62605b8d5f318ebf11147618f446162cfbbb6348
parentb428f5618f0c4b22b24ef5ef45608a60b1ab846b
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