[test] Remove final references to mininode

This commit is contained in:
John Newbery
2020-08-17 10:10:44 +01:00
parent 5e8df3312e
commit d5800da519
8 changed files with 17 additions and 13 deletions

View File

@@ -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)