aboutsummaryrefslogtreecommitdiff
path: root/test/functional/preciousblock.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/preciousblock.py')
-rwxr-xr-xtest/functional/preciousblock.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/preciousblock.py b/test/functional/preciousblock.py
index 04b41e76ba..40d7bb14ed 100755
--- a/test/functional/preciousblock.py
+++ b/test/functional/preciousblock.py
@@ -35,8 +35,7 @@ def node_sync_via_rpc(nodes):
unidirectional_node_sync_via_rpc(node_src, node_dest)
class PreciousTest(BitcoinTestFramework):
- def __init__(self):
- super().__init__()
+ def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 3