mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
When opening a number channels from a single node we could end up not waiting for the funding tx to make it into the mempool, instead triggering on a previous `sendrawtransaction` or `CHANNEL_NORMAL` in the logs. This now checks that the actual funding transaction makes it into the mempool and that we wait for the depth change for that specific channel. Signed-off-by: Christian Decker <decker.christian@gmail.com>