mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 10:32:47 +02:00
doc: spelling fixes
This commit is contained in:
@@ -196,7 +196,7 @@ class ExampleTest(BitcoinTestFramework):
|
||||
node2.add_connection(connections[1])
|
||||
node2.wait_for_verack()
|
||||
|
||||
self.log.info("Wait for node2 reach current tip. Test that it has propogated all the blocks to us")
|
||||
self.log.info("Wait for node2 reach current tip. Test that it has propagated all the blocks to us")
|
||||
|
||||
for block in blocks:
|
||||
getdata_request = msg_getdata()
|
||||
|
Reference in New Issue
Block a user