Skip to content

Commit

Permalink
fixup! tests: Adjust tests for the lack of unilateral attempt now
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jul 3, 2024
1 parent 149f691 commit fa4c915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ def mock_sendrawtransaction(tx):
l2.start()

# l2 notices that there has been a unilateral close from l1.
l2.daemon.wait_for_log(r'Peer permanent failure in ONCHAIN')
l2.daemon.wait_for_log(r'Peer permanent failure in')

# Now make sure the penalty output ends up in our wallet
fund_txids = [o['txid'] for o in l2.rpc.listfunds()['outputs']]
Expand Down

0 comments on commit fa4c915

Please sign in to comment.