mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
1ddf4bac2c
We assume that RBFs will happen in order (txid1, txid2) but that doesn't always happen. ``` for depth in range(2, 10): bitcoind.generate_block(1) # l2 should RBF, twice even, one for the l1 main output, # one for the l1 HTLC output. # Don't assume a specific order! start = l2.daemon.logsearch_start > txid1 = get_rbf_txid(l2, txid1) tests/test_closing.py:1671: ... print("({} was previously in logs!)".format(r)) > raise TimeoutError('Unable to find "{}" in logs.'.format(exs)) E TimeoutError: Unable to find "[re.compile('RBF onchain .*1fe38fe22852baaedccc3a9fd9d897e46bae5b7ca31daf23e0aa456fb235475e')]" in logs. contrib/pyln-testing/pyln/testing/utils.py:328: TimeoutError ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
data | ||
fuzz | ||
plugins | ||
vectors | ||
benchmark.py | ||
conftest.py | ||
db.py | ||
fixtures.py | ||
rkls_github_canned_server.py | ||
test_bookkeeper.py | ||
test_cln_rs.py | ||
test_closing.py | ||
test_connection.py | ||
test_db.py | ||
test_gossip.py | ||
test_invoices.py | ||
test_misc.py | ||
test_mkfunding.py | ||
test_onion.py | ||
test_opening.py | ||
test_pay.py | ||
test_plugin.py | ||
test_reckless.py | ||
test_wallet.py | ||
utils.py | ||
valgrind-suppressions.txt |