diff --git a/feeadjuster/test_feeadjuster.py b/feeadjuster/test_feeadjuster.py index 0f8210e..d32a188 100644 --- a/feeadjuster/test_feeadjuster.py +++ b/feeadjuster/test_feeadjuster.py @@ -174,6 +174,7 @@ def test_feeadjuster_imbalance(node_factory): chan_total = int(chan_A["total_msat"]) assert chan_total == int(chan_B["total_msat"]) + l2.daemon.logsearch_start = 0 l2.daemon.wait_for_log('imbalance of 30%/70%') # we force feeadjust initially to test this method and check if it applies