Fix types in Channel::funding_tx_confirmed_in
authorMatt Corallo <git@bluematt.me>
Wed, 1 Aug 2018 20:13:04 +0000 (16:13 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 3 Aug 2018 02:26:44 +0000 (22:26 -0400)
commit2470812077dfa09b77c7ff881208a9dcb6174d7a
tree201ccbd4c31fb55dc55ccb387b7ba82b6fba6a84
parentcfc3fe3148b6d4bcf5b8b8eb974376a939e2edbb
Fix types in Channel::funding_tx_confirmed_in

This should have no effect in a real system but was causing the
full_stack_target fuzz test to fail due to a block with a null hash
being disconnected.
src/ln/channel.rs