test: remove redundant blocks generation logic

those tests already have enough mature utxos from the pre-mined chain.
This commit is contained in:
kouloumos
2023-01-13 12:00:53 +02:00
parent 0377d6bb42
commit 42029a7fd4
5 changed files with 0 additions and 16 deletions

View File

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