Remove ChainWatchInterface from channelmonitor.rs
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 16 Jul 2020 05:58:38 +0000 (22:58 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 1 Oct 2020 05:39:12 +0000 (22:39 -0700)
commit87398be29354ea0e844a13c6e6988c8152d31a18
tree17d03117905ca8df7ab72935d4fe57602afe7ea1
parentbd39b20f642e042981e4fdd5f3600a357be51931
Remove ChainWatchInterface from channelmonitor.rs

Use of ChainWatchInterface was replaced with WatchEvent in the previous
commit. Remove it from the parameterization of SimpleManyChannelMonitor
since it is no longer needed.
ARCH.md
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs
lightning-net-tokio/src/lib.rs
lightning/src/ln/channelmonitor.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs
lightning/src/util/test_utils.rs