mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-07 14:29:33 +01:00
27a186be9c
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> |
||
---|---|---|
.. | ||
benchmark.py | ||
fixtures.py | ||
requirements.txt | ||
test_closing.py | ||
test_gossip.py | ||
test_lightningd.py | ||
utils.py |