Skip to content

Commit fa1bb53

Browse files
author
MarcoFalke
committed
test: Add -acceptnonstdtxn to self.extra_args[3]
1 parent fa8a823 commit fa1bb53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/feature_dbcrash.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def set_test_params(self):
6464
self.node2_args = ["-dbcrashratio=24", "-dbcache=16"] + self.base_args
6565

6666
# Node3 is a normal node with default args, except will mine full blocks
67-
self.node3_args = ["-blockmaxweight=4000000"]
67+
# and non-standard txs (e.g. txs with "dust" outputs)
68+
self.node3_args = ["-blockmaxweight=4000000", "-acceptnonstdtxn"]
6869
self.extra_args = [self.node0_args, self.node1_args, self.node2_args, self.node3_args]
6970

7071
def skip_test_if_missing_module(self):

0 commit comments

Comments
 (0)