mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
b5ae4c12c7
The comment was wrong: the channel being locked in was triggering the fee update and hence the disconnect. But that can actually happen before fund_channel returns, as that waits for the gossipd to see the channel active. Best to do the fee update manually, so it's exactly what we want. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
benchmark.py | ||
conftest.py | ||
fixtures.py | ||
requirements.txt | ||
test_closing.py | ||
test_connection.py | ||
test_gossip.py | ||
test_invoices.py | ||
test_misc.py | ||
test_pay.py | ||
utils.py |