mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 13:12:22 +02:00
[test] Remove final references to mininode
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user