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

@@ -63,9 +63,6 @@ class BIP68Test(BitcoinTestFramework):
self.relayfee = self.nodes[0].getnetworkinfo()["relayfee"]
self.wallet = MiniWallet(self.nodes[0])
# Generate some coins
self.generate(self.wallet, 110)
self.log.info("Running test disable flag")
self.test_disable_flag()