We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c12a252 + d9ba427 commit 3bb679eCopy full SHA for 3bb679e
test/functional/p2p_orphan_handling.py
@@ -771,7 +771,7 @@ def test_parents_change(self):
771
node.bumpmocktime(NONPREF_PEER_TX_DELAY + TXID_RELAY_DELAY)
772
peer1.wait_for_getdata([int(parent_missing["txid"], 16)])
773
774
- # Replace parent_peekaboo_AB so that is is a newly missing parent.
+ # Replace parent_peekaboo_AB so that is a newly missing parent.
775
# Then, replace the replacement so that it can be resubmitted.
776
node.sendrawtransaction(tx_replacer_BC["hex"])
777
assert tx_replacer_BC["txid"] in node.getrawmempool()
0 commit comments