Merge 8de9bb7a5a into merged_master (Bitcoin PR bitcoin/bitcoin#27864)

This commit is contained in:
Byron Hambly 2025-06-27 14:04:34 +02:00
commit d252b97424

View file

@ -58,6 +58,7 @@ class P2PLeakTxTest(BitcoinTestFramework):
tx_b.vout[0].nValue.setToAmount(tx_b.vout[0].nValue.getAmount() - 9000) # ELEMENTS
tx_b.vout[1].nValue.setToAmount(tx_b.vout[1].nValue.getAmount() + 9000) # ELEMENTS
self.gen_node.sendrawtransaction(tx_b.serialize().hex())
inbound_peer.wait_until(lambda: "tx" in inbound_peer.last_message and inbound_peer.last_message.get("tx").tx.getwtxid() == tx_b.getwtxid())
self.log.info("Re-request of tx_a after replacement is answered with notfound")
req_vec = [