diff options
Diffstat (limited to 'test/functional/example_test.py')
-rwxr-xr-x | test/functional/example_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/example_test.py b/test/functional/example_test.py index 1ba5f756cd..57fd305b7f 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -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() |