aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_block_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_block_sync.py')
-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)