Skip to content

Commit

Permalink
test: fix check SENDTXRCNCL without WTXIDRELAY is ignored in `p2p_sen…
Browse files Browse the repository at this point in the history
…dtxrcncl.py`
  • Loading branch information
brunoerg committed Aug 19, 2024
1 parent 2f7d9ae commit 288626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/p2p_sendtxrcncl.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def run_test(self):

self.log.info('SENDTXRCNCL without WTXIDRELAY is ignored (recon state is erased after VERACK)')
peer = self.nodes[0].add_p2p_connection(PeerNoVerack(wtxidrelay=False), send_version=True, wait_for_verack=False)
with self.nodes[0].assert_debug_log(['Forget txreconciliation state of peer']):
with self.nodes[0].assert_debug_log(['Register peer', 'Forget txreconciliation state of peer']):
peer.send_message(create_sendtxrcncl_msg())
peer.send_message(msg_verack())
self.nodes[0].disconnect_p2ps()
Expand Down

0 comments on commit 288626a

Please sign in to comment.