test: Remove MiniWallet mempool_valid option

This commit is contained in:
MacroFake
2022-06-13 14:08:12 +02:00
parent 506d9b25a3
commit fa779de665
8 changed files with 11 additions and 18 deletions

View File

@@ -53,8 +53,7 @@ class MempoolCoinbaseTest(BitcoinTestFramework):
utxo = wallet.get_utxo(txid=coinbase_txids[0])
timelock_tx = wallet.create_self_transfer(
utxo_to_spend=utxo,
mempool_valid=False,
locktime=self.nodes[0].getblockcount() + 2
locktime=self.nodes[0].getblockcount() + 2,
)['hex']
self.log.info("Check that the time-locked transaction is too immature to spend")