diff options
author | MacroFake <falke.marco@gmail.com> | 2022-06-13 14:08:12 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-06-13 18:09:16 +0200 |
commit | fa779de665227cf15a4056959e9753618cc013ac (patch) | |
tree | 9877cfa3654132d0f1e44d1b685eec1221d25ec1 /test/functional/feature_rbf.py | |
parent | 506d9b25a3f8ef8a4ce63f989083803d8d4ae6df (diff) |
test: Remove MiniWallet mempool_valid option
Diffstat (limited to 'test/functional/feature_rbf.py')
-rwxr-xr-x | test/functional/feature_rbf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_rbf.py b/test/functional/feature_rbf.py index a8492bd6eb..4c1e86e93d 100755 --- a/test/functional/feature_rbf.py +++ b/test/functional/feature_rbf.py @@ -684,7 +684,6 @@ class ReplaceByFeeTest(BitcoinTestFramework): utxo_to_spend=parent_utxo, sequence=SEQUENCE_FINAL, fee_rate=Decimal('0.02'), - mempool_valid=False, ) # Broadcast replacement child tx |