mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +02:00
test: remove unnecessary -datacarriersize args from tests
This commit is contained in:
@@ -23,7 +23,6 @@ class BlocksXORTest(BitcoinTestFramework):
|
||||
self.extra_args = [[
|
||||
'-blocksxor=1',
|
||||
'-fastprune=1', # use smaller block files
|
||||
'-datacarriersize=100000', # needed to pad transaction with MiniWallet
|
||||
]]
|
||||
|
||||
def run_test(self):
|
||||
|
||||
Reference in New Issue
Block a user