Skip to content

Commit

Permalink
test: Add -acceptnonstdtxn to self.extra_args[3]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jul 30, 2019
1 parent fa8a823 commit fa1bb53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/feature_dbcrash.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def set_test_params(self):
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):
Expand Down

0 comments on commit fa1bb53

Please sign in to comment.