Remove ChainListener
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 29 Jul 2020 20:02:29 +0000 (13:02 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 1 Oct 2020 05:40:12 +0000 (22:40 -0700)
commit1599a13643d893277eb3921c1bb15297547eb030
treeea117c83d2251de8217067157d71b978e4992f17
parent367834ca9039eb64d6f85b6bd4432c735e776b81
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