mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 02:07:04 +02:00
test: remove redundant blocks generation logic
those tests already have enough mature utxos from the pre-mined chain.
This commit is contained in:
@ -144,7 +144,6 @@ class UTXOCacheTracepointTest(BitcoinTestFramework):
|
||||
|
||||
def run_test(self):
|
||||
self.wallet = MiniWallet(self.nodes[0])
|
||||
self.generate(self.wallet, 101)
|
||||
|
||||
self.test_uncache()
|
||||
self.test_add_spent()
|
||||
|
Reference in New Issue
Block a user