aboutsummaryrefslogtreecommitdiff
path: root/test/functional/keypool-topup.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/keypool-topup.py')
-rwxr-xr-xtest/functional/keypool-topup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/keypool-topup.py b/test/functional/keypool-topup.py
index 5425afc9b1..b87433a9c5 100755
--- a/test/functional/keypool-topup.py
+++ b/test/functional/keypool-topup.py
@@ -20,8 +20,7 @@ from test_framework.util import (
)
class KeypoolRestoreTest(BitcoinTestFramework):
- def __init__(self):
- super().__init__()
+ def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 2
self.extra_args = [['-usehd=0'], ['-usehd=1', '-keypool=100', '-keypoolmin=20']]