Remove ChainListener
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 29 Jul 2020 20:02:29 +0000 (13:02 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 7 Aug 2020 00:15:11 +0000 (17:15 -0700)
commitcb7badac3d054dfbe75d263ae514b7edcd1e1222
tree2b78d482411c93af4fefb55ce124c999b65403dc
parent382c71cb2609941bee0c37ad7ac2a15205a503d6
Remove ChainListener

BlockNotifier was removed in the previous commit, thus ChainListener is
no longer needed. Instead, anything needing chain events should be
notified directly.
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs
lightning/src/chain/chaininterface.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/channelmonitor.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs