mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 17:52:13 +01:00
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.
This commit is contained in:
parent
f4ef856375
commit
50112034bc
@ -25,7 +25,6 @@ class MempoolLimitTest(BitcoinTestFramework):
|
||||
self.extra_args = [[
|
||||
"-datacarriersize=100000",
|
||||
"-maxmempool=5",
|
||||
"-spendzeroconfchange=0",
|
||||
]]
|
||||
self.supports_cli = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user