Drop ChannelManager::block_disconnected() entirely
authorMatt Corallo <git@bluematt.me>
Sat, 20 Mar 2021 04:22:09 +0000 (00:22 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 5 Apr 2021 21:33:04 +0000 (17:33 -0400)
commitc88b707ac2f70616de109a2fc20c8f3d8e2341e9
treead4d25d306894b6df45c07489bd9f08a3ff273ea
parenta15c8541dc4b55be7c0fc76d252f2501d4cc1735
Drop ChannelManager::block_disconnected() entirely

It is now entirely redundant with ChannelManager::update_best_block
and is still accessible via `Listen::block_disconnected`.
fuzz/src/full_stack.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs