]> git.bitcoin.ninja Git - rust-lightning/commit
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>
Sat, 2 May 2020 04:45:06 +0000 (00:45 -0400)
commiteec4beb24b6f911b16f1edba5b55d9af4809db9d
tree470698628bd6a964014e771438ab28cd046fcebb
parent9098240e341cf09578819cdf1d2950303478b137
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