Skip to content

Commit d9ba427

Browse files
committed
chore: remove redundant word
Signed-off-by: costcould <[email protected]>
1 parent c12a252 commit d9ba427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_orphan_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def test_parents_change(self):
771771
node.bumpmocktime(NONPREF_PEER_TX_DELAY + TXID_RELAY_DELAY)
772772
peer1.wait_for_getdata([int(parent_missing["txid"], 16)])
773773

774-
# Replace parent_peekaboo_AB so that is is a newly missing parent.
774+
# Replace parent_peekaboo_AB so that is a newly missing parent.
775775
# Then, replace the replacement so that it can be resubmitted.
776776
node.sendrawtransaction(tx_replacer_BC["hex"])
777777
assert tx_replacer_BC["txid"] in node.getrawmempool()

0 commit comments

Comments
 (0)