mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-28 06:50:38 +01:00
test: remove redundant blocks generation logic
those tests already have enough mature utxos from the pre-mined chain.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user