aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_reorg.py
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-06-13 14:08:12 +0200
committerMacroFake <falke.marco@gmail.com>2022-06-13 18:09:16 +0200
commitfa779de665227cf15a4056959e9753618cc013ac (patch)
tree9877cfa3654132d0f1e44d1b685eec1221d25ec1 /test/functional/mempool_reorg.py
parent506d9b25a3f8ef8a4ce63f989083803d8d4ae6df (diff)
downloadbitcoin-fa779de665227cf15a4056959e9753618cc013ac.tar.xz
test: Remove MiniWallet mempool_valid option
Diffstat (limited to 'test/functional/mempool_reorg.py')
-rwxr-xr-xtest/functional/mempool_reorg.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/mempool_reorg.py b/test/functional/mempool_reorg.py
index 91f2d0051a..8dd6cc9cea 100755
--- a/test/functional/mempool_reorg.py
+++ b/test/functional/mempool_reorg.py
@@ -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")