mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 8de9bb7a5a into merged_master (Bitcoin PR bitcoin/bitcoin#27864)
This commit is contained in:
commit
d252b97424
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue