aboutsummaryrefslogtreecommitdiff
path: root/test/functional/reindex.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/reindex.py')
-rwxr-xr-xtest/functional/reindex.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/reindex.py b/test/functional/reindex.py
index 0d2a106592..1f684a1afe 100755
--- a/test/functional/reindex.py
+++ b/test/functional/reindex.py
@@ -15,8 +15,7 @@ import time
class ReindexTest(BitcoinTestFramework):
- def __init__(self):
- super().__init__()
+ def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 1