mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 03:09:37 +01:00
chore: remove redundant word
Signed-off-by: costcould <fliter@myyahoo.com>
This commit is contained in:
parent
c12a2528ce
commit
d9ba427f9d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue