diff options
Diffstat (limited to 'test/functional/wallet_gethdkeys.py')
-rwxr-xr-x | test/functional/wallet_gethdkeys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_gethdkeys.py b/test/functional/wallet_gethdkeys.py index f09b8c875a..b6edc29fe6 100755 --- a/test/functional/wallet_gethdkeys.py +++ b/test/functional/wallet_gethdkeys.py @@ -182,4 +182,4 @@ class WalletGetHDKeyTest(BitcoinTestFramework): if __name__ == '__main__': - WalletGetHDKeyTest().main() + WalletGetHDKeyTest(__file__).main() |