diff options
author | John Newbery <john@johnnewbery.com> | 2020-08-17 10:10:44 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2020-08-25 10:04:25 +0100 |
commit | d5800da5199527a366024bc80cad7fcca17d5c4a (patch) | |
tree | b74bc29618771f17ef0f67c1e54aae38186056c1 /test/functional/example_test.py | |
parent | 5e8df3312e47a73e747ee892face55ed9ababeea (diff) |
[test] Remove final references to mininode
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 32a167bcd5..ae69371984 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -167,7 +167,7 @@ class ExampleTest(BitcoinTestFramework): height = self.nodes[0].getblockcount() for _ in range(10): - # Use the mininode and blocktools functionality to manually build a block + # Use the blocktools functionality to manually build a block. # Calling the generate() rpc is easier, but this allows us to exactly # control the blocks and transactions. block = create_block(self.tip, create_coinbase(height+1), self.block_time) |