Fix crash on no-witness tx in ChannelMonitor found by fuzzer
authorMatt Corallo <git@bluematt.me>
Sun, 2 Dec 2018 23:22:40 +0000 (18:22 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 3 Dec 2018 18:21:20 +0000 (13:21 -0500)
commitf9c945e17fd39c7a7250b18f0053798e0b92c19d
tree23c948dcf2c3ca64ffb27f15dfd3edbf2b5092e0
parent0d7156ffc1c9294278c02db373416d2122707580
Fix crash on no-witness tx in ChannelMonitor found by fuzzer

Tehnically we can't currently hit this, but a theoretical future
watchtower could, and full_stack_target crashes on it.
src/ln/channelmonitor.rs