Browse Source

test: fix flakyness test_no_fee_estimate

htlc_accepted_hook
Michael Schmoock 6 years ago
committed by Christian Decker
parent
commit
45645e3a85
  1. 1
      tests/test_connection.py

1
tests/test_connection.py

@ -1266,6 +1266,7 @@ def test_no_fee_estimate(node_factory, bitcoind, executor):
# Can do mutual close.
l1.rpc.close(l2.info['id'])
wait_for(lambda: len(bitcoind.rpc.getrawmempool()) > 0)
bitcoind.generate_block(100)
# Can do unilateral close.

Loading…
Cancel
Save