mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
``` 2023-07-14T05:32:54.3688763Z # Set ECONOMICAL/6 feerate, for unilateral_close and htlc_resolution 2023-07-14T05:32:54.3689123Z l1.set_feerates((15000, 11000, 0, 0), True) 2023-07-14T05:32:54.3689484Z feerates = l1.rpc.feerates('perkw') 2023-07-14T05:32:54.3689919Z > assert feerates['perkw']['unilateral_close'] == 11000 2023-07-14T05:32:54.3690226Z E assert 15000 == 11000 2023-07-14T05:32:54.3690391Z 2023-07-14T05:32:54.3690514Z tests/test_misc.py:1572: AssertionError ``` The rough checks in set_feerates don't actually ensure that we've digested the changes, so copy the check from elsewhere that makes sure feerates['estimates'] has indeed been updated. 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 |