diff options
author | John Newbery <john@johnnewbery.com> | 2017-09-04 11:45:01 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-09-04 11:45:01 -0400 |
commit | 8fdb6f9126fe1e13b60de11fd34c204247679ef4 (patch) | |
tree | c8f5ffee494e3ea71bebddb81c3db3f9728e9a53 /test/functional/dbcrash.py | |
parent | ce665863b137ac4a7470cf006a92aa7694faca71 (diff) |
[tests] fixup dbcrash interaction with add_nodes()
Diffstat (limited to 'test/functional/dbcrash.py')
-rwxr-xr-x | test/functional/dbcrash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/dbcrash.py b/test/functional/dbcrash.py index 71424f641b..24b9765b4e 100755 --- a/test/functional/dbcrash.py +++ b/test/functional/dbcrash.py @@ -64,7 +64,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, timewait=90) + self.add_nodes(self.num_nodes, extra_args=self.extra_args, timewait=90) self.start_nodes() # Leave them unconnected, we'll use submitblock directly in this test |