mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
lightnind: cleanup not necessary logs
This is just housekeeping that allows up to do not spam the logs of people with not useful information. Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
e993818ffe
commit
011f3c1e14
@@ -2593,7 +2593,7 @@ def test_onchain_all_dust(node_factory, bitcoind, executor):
|
||||
|
||||
# Make l1's fees really high (and wait for it to exceed 50000)
|
||||
l1.set_feerates((1000000, 1000000, 1000000, 1000000))
|
||||
l1.daemon.wait_for_log('feerate estimate for 6 blocks smoothed to [56789][0-9]{4}')
|
||||
wait_for(lambda: all(e['smoothed_feerate'] > 50000 for e in l1.rpc.feerates('perkw')['perkw']['estimates']))
|
||||
|
||||
bitcoind.generate_block(1)
|
||||
l1.daemon.wait_for_log(' to ONCHAIN')
|
||||
|
||||
Reference in New Issue
Block a user