Skip to content

Commit

Permalink
Fix p2p_leak_tx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 31, 2024
1 parent 432c8cb commit 4edd883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/p2p_leak_tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_tx_in_block(self):
wtxid = self.miniwallet.send_self_transfer(from_node=self.gen_node)["wtxid"]
inbound_peer.wait_until(lambda: "inv" in inbound_peer.last_message and inbound_peer.last_message.get("inv").inv[0].hash == int(wtxid, 16))
want_tx = msg_getdata(inv=inbound_peer.last_message.get("inv").inv)
self.generate(self.gen_node, 1)
# self.generate(self.gen_node, 1) Qtum N/A

self.log.debug("Request transaction")
inbound_peer.last_message.pop("tx", None)
Expand Down

0 comments on commit 4edd883

Please sign in to comment.