test: Add -acceptnonstdtxn to self.extra_args[3]
This commit is contained in:
parent
fa8a823169
commit
fa1bb53b0d
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ class ChainstateWriteCrashTest(BitcoinTestFramework):
|
|||
self.node2_args = ["-dbcrashratio=24", "-dbcache=16"] + self.base_args
|
||||
|
||||
# Node3 is a normal node with default args, except will mine full blocks
|
||||
self.node3_args = ["-blockmaxweight=4000000"]
|
||||
# and non-standard txs (e.g. txs with "dust" outputs)
|
||||
self.node3_args = ["-blockmaxweight=4000000", "-acceptnonstdtxn"]
|
||||
self.extra_args = [self.node0_args, self.node1_args, self.node2_args, self.node3_args]
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
|
|
Loading…
Reference in a new issue