aboutsummaryrefslogtreecommitdiff
path: root/test/functional/signmessages.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/signmessages.py')
-rwxr-xr-xtest/functional/signmessages.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/signmessages.py b/test/functional/signmessages.py
index 42f6a9daaf..5fdfeceb76 100755
--- a/test/functional/signmessages.py
+++ b/test/functional/signmessages.py
@@ -7,9 +7,7 @@
from test_framework.test_framework import BitcoinTestFramework
class SignMessagesTest(BitcoinTestFramework):
-
- def __init__(self):
- super().__init__()
+ def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 1