mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 05:45:05 +01:00
test: fix mature utxos addition to wallet in mempool_package_limits
This commit is contained in:
parent
60ced9007d
commit
1557bf1196
@ -46,8 +46,7 @@ class MempoolPackageLimitsTest(BitcoinTestFramework):
|
||||
def run_test(self):
|
||||
self.wallet = MiniWallet(self.nodes[0])
|
||||
# Add enough mature utxos to the wallet so that all txs spend confirmed coins.
|
||||
self.generate(self.wallet, 35)
|
||||
self.generate(self.nodes[0], COINBASE_MATURITY)
|
||||
self.generate(self.wallet, COINBASE_MATURITY + 35)
|
||||
|
||||
self.test_chain_limits()
|
||||
self.test_desc_count_limits()
|
||||
|
Loading…
Reference in New Issue
Block a user