We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92fd63 commit ee2417eCopy full SHA for ee2417e
test/functional/p2p_leak_tx.py
@@ -57,6 +57,7 @@ def test_notfound_on_replaced_tx(self):
57
tx_b = tx_a["tx"]
58
tx_b.vout[0].nValue -= 9000
59
self.gen_node.sendrawtransaction(tx_b.serialize().hex())
60
+ inbound_peer.wait_until(lambda: "tx" in inbound_peer.last_message and inbound_peer.last_message.get("tx").tx.getwtxid() == tx_b.getwtxid())
61
62
self.log.info("Re-request of tx_a after replacement is answered with notfound")
63
req_vec = [
0 commit comments