aboutsummaryrefslogtreecommitdiff
path: root/test/functional/dbcrash.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/dbcrash.py')
-rwxr-xr-xtest/functional/dbcrash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/dbcrash.py b/test/functional/dbcrash.py
index d39369105b..b0c6d39c49 100755
--- a/test/functional/dbcrash.py
+++ b/test/functional/dbcrash.py
@@ -65,7 +65,7 @@ class ChainstateWriteCrashTest(BitcoinTestFramework):
def setup_network(self):
# Need a bit of extra time for the nodes to start up for this test
- self.add_nodes(self.num_nodes, self.options.tmpdir, self.extra_args, timewait=90)
+ self.add_nodes(self.num_nodes, timewait=90)
self.start_nodes()
# Leave them unconnected, we'll use submitblock directly in this test