aboutsummaryrefslogtreecommitdiff
path: root/test/functional/invalidblockrequest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/invalidblockrequest.py')
-rwxr-xr-xtest/functional/invalidblockrequest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/invalidblockrequest.py b/test/functional/invalidblockrequest.py
index eabc0db8df..9f44b44927 100755
--- a/test/functional/invalidblockrequest.py
+++ b/test/functional/invalidblockrequest.py
@@ -23,9 +23,9 @@ class InvalidBlockRequestTest(ComparisonTestFramework):
''' Can either run this test as 1 node with expected answers, or two and compare them.
Change the "outcome" variable from each TestInstance object to only do the comparison. '''
- def __init__(self):
- super().__init__()
+ def set_test_params(self):
self.num_nodes = 1
+ self.setup_clean_chain = True
def run_test(self):
test = TestManager(self, self.options.tmpdir)