aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcrazeteam <lilujing@outlook.com>2024-03-25 19:22:12 +0800
committerfanquake <fanquake@gmail.com>2024-03-26 16:51:46 +0000
commit52fa0d285f4e8109ebdd8b1e43c897f6bfaa8e65 (patch)
tree6416a9541fce86ce1a0fc92418cea28d14414a2f /test
parentb5ed13a2408a141d737341137b26b2f0249c8167 (diff)
downloadbitcoin-52fa0d285f4e8109ebdd8b1e43c897f6bfaa8e65.tar.xz
doc: fix some typos
Signed-off-by: crazeteam <lilujing@outlook.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/p2p_block_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_block_sync.py b/test/functional/p2p_block_sync.py
index d821edc1b1..6c7f08364e 100755
--- a/test/functional/p2p_block_sync.py
+++ b/test/functional/p2p_block_sync.py
@@ -22,7 +22,7 @@ class BlockSyncTest(BitcoinTestFramework):
# node0 -> node1 -> node2
# So node1 has both an inbound and outbound peer.
# In our test, we will mine a block on node0, and ensure that it makes
- # to to both node1 and node2.
+ # to both node1 and node2.
self.connect_nodes(0, 1)
self.connect_nodes(1, 2)