Skip to content

Commit

Permalink
fixup! onchaind: Adjust witness weight estimate to be more conservative
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 9, 2022
1 parent 23813f6 commit 0893af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_closing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 0893af7

Please sign in to comment.