aboutsummaryrefslogtreecommitdiff
path: root/test/functional/keypool-topup.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2017-09-05 15:54:11 -0700
committerAndrew Chow <achow101-github@achow101.com>2017-09-07 16:37:44 -0700
commit713a92073b3b391f48d4fa146bd334893ec94b8f (patch)
tree4546bc0f01087c32c9cf887e1766294badc5d24a /test/functional/keypool-topup.py
parentd4c18f7330b1a967b8144df3d49a857514310a55 (diff)
downloadbitcoin-713a92073b3b391f48d4fa146bd334893ec94b8f.tar.xz
Remove usehd option and warn when it is used
Removed the -usehd option so wallets cannot be made to be non-hd anymore. A warning will be displayed when the option is set.
Diffstat (limited to 'test/functional/keypool-topup.py')
-rwxr-xr-xtest/functional/keypool-topup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/keypool-topup.py b/test/functional/keypool-topup.py
index b87433a9c5..160a0f7ae5 100755
--- a/test/functional/keypool-topup.py
+++ b/test/functional/keypool-topup.py
@@ -23,7 +23,7 @@ class KeypoolRestoreTest(BitcoinTestFramework):
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']]
+ self.extra_args = [[], ['-keypool=100', '-keypoolmin=20']]
def run_test(self):
self.tmpdir = self.options.tmpdir