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)
commit5ff97eca45db6c8e3498c88a1f2cca99dec14208
tree561b4938afc27339a86d2385517c268709a1a6a8
parent93d3b7942b2a0a4990e5a93fda262f9edb671364
Do not panic if we fail to fund a channel

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.
src/main.rs