From 50112034bcdd177311679610ef2f3c2c42d6819e Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Fri, 13 Jan 2023 03:41:42 +0100 Subject: [PATCH] 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. --- test/functional/mempool_limit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/mempool_limit.py b/test/functional/mempool_limit.py index 07636439d0e..d38a37f952a 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