diff --git a/tests/test_closing.py b/tests/test_closing.py index c3fedb633702..0188ef3333bb 100644 --- a/tests/test_closing.py +++ b/tests/test_closing.py @@ -3582,7 +3582,7 @@ def save_notifications(message, progress, request, **kwargs): l2_range = [1035, 1000000] else: # That fee output is a little chunky. - l1_range = [220, 6547] + l1_range = [221, 6577] l2_range = [1636, 1000000] l1.daemon.wait_for_log('Negotiating closing fee between {}sat and {}sat satoshi'.format(l1_range[0], l1_range[1]))