From d9ba427f9d09dcf39cfdc7f871f7b093b876a0a3 Mon Sep 17 00:00:00 2001 From: costcould Date: Tue, 25 Feb 2025 23:39:23 +0800 Subject: [PATCH] chore: remove redundant word Signed-off-by: costcould --- test/functional/p2p_orphan_handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/p2p_orphan_handling.py b/test/functional/p2p_orphan_handling.py index 755cb8f3e98..370caad8800 100755 --- a/test/functional/p2p_orphan_handling.py +++ b/test/functional/p2p_orphan_handling.py @@ -771,7 +771,7 @@ class OrphanHandlingTest(BitcoinTestFramework): node.bumpmocktime(NONPREF_PEER_TX_DELAY + TXID_RELAY_DELAY) 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. node.sendrawtransaction(tx_replacer_BC["hex"]) assert tx_replacer_BC["txid"] in node.getrawmempool()