Do not panic if we fail to fund a channel
authorMatt Corallo <git@bluematt.me>
Mon, 5 Jul 2021 02:34:33 +0000 (02:34 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 5 Jul 2021 02:39:21 +0000 (02:39 +0000)
I saw this where a bitcoind was hung connecting a block, and while
we were waiting the peer refused the channel via an error message.
When bitcoind eventually returned, we paniced as the channel was
now gone.


No differences found