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