test: remove -spendzeroconfchange setting from mempool_limit.py

Since this test was changed to use MiniWallet instead of the Bitcoin
Core wallet (see commit d447ded6ba),
the setting doesn't have any effect and hence can be removed.
This commit is contained in:
Sebastian Falbesoner
2023-01-13 03:41:42 +01:00
parent f4ef856375
commit 50112034bc

View File

@ -25,7 +25,6 @@ class MempoolLimitTest(BitcoinTestFramework):
self.extra_args = [[
"-datacarriersize=100000",
"-maxmempool=5",
"-spendzeroconfchange=0",
]]
self.supports_cli = False