mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
Merge bitcoin/bitcoin#29738: doc: fix typos
601edd8ee8ci: use codespell 2.2.6 (fanquake)52fa0d285fdoc: fix some typos (crazeteam)b5ed13a240doc: Fix typos (RoboSchmied) Pull request description: Combines the recent PRs to fix typos so they can be merged. ACKs for top commit: brunoerg: crACK601edd8ee8tdb3: crACK601edd8ee8kristapsk: cr utACK601edd8ee8Tree-SHA512: d054b1dad1336d6b9291cc5d5252d4debf6424a993d4edd6a97d7c15055a7fc48a333d30967f72e7dc9c6c1d9a9038ca8bb5e219c529f4c2365ea48404a508d0
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user