diff options
Diffstat (limited to 'test/functional/wallet-encryption.py')
-rwxr-xr-x | test/functional/wallet-encryption.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/wallet-encryption.py b/test/functional/wallet-encryption.py index 2f38e6fee8..f63bb2ea5e 100755 --- a/test/functional/wallet-encryption.py +++ b/test/functional/wallet-encryption.py @@ -13,9 +13,7 @@ from test_framework.util import ( ) class WalletEncryptionTest(BitcoinTestFramework): - - def __init__(self): - super().__init__() + def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 1 |