aboutsummaryrefslogtreecommitdiff
path: root/test/functional/dbcrash.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/dbcrash.py')
-rwxr-xr-xtest/functional/dbcrash.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/dbcrash.py b/test/functional/dbcrash.py
index b0c6d39c49..71424f641b 100755
--- a/test/functional/dbcrash.py
+++ b/test/functional/dbcrash.py
@@ -43,8 +43,7 @@ except AttributeError:
pass
class ChainstateWriteCrashTest(BitcoinTestFramework):
- def __init__(self):
- super().__init__()
+ def set_test_params(self):
self.num_nodes = 4
self.setup_clean_chain = False