chore: remove redundant word

Signed-off-by: costcould <fliter@myyahoo.com>
This commit is contained in:
costcould 2025-02-25 23:39:23 +08:00
parent c12a2528ce
commit d9ba427f9d

View file

@ -771,7 +771,7 @@ class OrphanHandlingTest(BitcoinTestFramework):
node.bumpmocktime(NONPREF_PEER_TX_DELAY + TXID_RELAY_DELAY) node.bumpmocktime(NONPREF_PEER_TX_DELAY + TXID_RELAY_DELAY)
peer1.wait_for_getdata([int(parent_missing["txid"], 16)]) peer1.wait_for_getdata([int(parent_missing["txid"], 16)])
# Replace parent_peekaboo_AB so that is is a newly missing parent. # Replace parent_peekaboo_AB so that is a newly missing parent.
# Then, replace the replacement so that it can be resubmitted. # Then, replace the replacement so that it can be resubmitted.
node.sendrawtransaction(tx_replacer_BC["hex"]) node.sendrawtransaction(tx_replacer_BC["hex"])
assert tx_replacer_BC["txid"] in node.getrawmempool() assert tx_replacer_BC["txid"] in node.getrawmempool()