We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce66586 commit 8fdb6f9Copy full SHA for 8fdb6f9
test/functional/dbcrash.py
@@ -64,7 +64,7 @@ def set_test_params(self):
64
65
def setup_network(self):
66
# Need a bit of extra time for the nodes to start up for this test
67
- self.add_nodes(self.num_nodes, timewait=90)
+ self.add_nodes(self.num_nodes, extra_args=self.extra_args, timewait=90)
68
self.start_nodes()
69
# Leave them unconnected, we'll use submitblock directly in this test
70
0 commit comments