diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2023-01-13 03:41:42 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2023-01-13 03:41:42 +0100 |
commit | 50112034bcdd177311679610ef2f3c2c42d6819e (patch) | |
tree | c1c8d176412dd6a83ec734b7137564e9c4a04027 | |
parent | f4ef856375c5b295d78169b136c6aee928c19bc9 (diff) |
test: remove `-spendzeroconfchange` setting from mempool_limit.py
Since this test was changed to use MiniWallet instead of the Bitcoin
Core wallet (see commit d447ded6babebe7c7948e585c9e78bf34dbef226),
the setting doesn't have any effect and hence can be removed.
-rwxr-xr-x | test/functional/mempool_limit.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/mempool_limit.py b/test/functional/mempool_limit.py index 07636439d0..d38a37f952 100755 --- a/test/functional/mempool_limit.py +++ b/test/functional/mempool_limit.py @@ -25,7 +25,6 @@ class MempoolLimitTest(BitcoinTestFramework): self.extra_args = [[ "-datacarriersize=100000", "-maxmempool=5", - "-spendzeroconfchange=0", ]] self.supports_cli = False |