Drop ChannelMonitor::write_for_watchtower
authorMatt Corallo <git@bluematt.me>
Sun, 19 Apr 2020 01:36:33 +0000 (21:36 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 22 Apr 2020 20:48:13 +0000 (16:48 -0400)
commitb04219a7670f38f31342aedc5ad06597d2f42cca
treeb21f0e6d7dbf37b0cd861bdc96d6ee507e950ec0
parent99a34e1d17eb97f62f0f855a85c87fc770a5c1f3
Drop ChannelMonitor::write_for_watchtower

Not only was watchtower mode never implemented, but the bits that
we had were removed some time ago. It doesn't seem likely we'll
move forward with a "watchtower-mode" ChannelMonitor, instead
we'll likely have some other, separate struct for this.
fuzz/src/chanmon_deser.rs
lightning/src/ln/channelmonitor.rs
lightning/src/util/test_utils.rs