Fix panic!() in block_connected on unfunded channels (fixes #42)
authorMatt Corallo <git@bluematt.me>
Wed, 1 Aug 2018 03:48:54 +0000 (23:48 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 3 Aug 2018 02:26:44 +0000 (22:26 -0400)
commitcfc3fe3148b6d4bcf5b8b8eb974376a939e2edbb
tree6017bdf927c52fc7aa26dcdb5d707f9aa1958298
parent830343f12980dd3dddc960721e67acc8885436f0
Fix panic!() in block_connected on unfunded channels (fixes #42)

The new full_stack_target fuzzing stuff was able to find this bug,
which gives me a bit of hope for full_stack_target's utility.
src/ln/channel.rs
src/ln/channelmanager.rs