aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_hd.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-09-20 16:41:08 -0400
committerJohn Newbery <john@johnnewbery.com>2018-09-20 17:26:14 -0400
commit25548b295861c19ad0c25319df727216f81f21a8 (patch)
treeca3e709c737b0e0810266f29ec9e8ebe0ebc9450 /test/functional/wallet_hd.py
parent9a3a984bb884c1153866b64845db7300121966b3 (diff)
downloadbitcoin-25548b295861c19ad0c25319df727216f81f21a8.tar.xz
[wallet] Remove -usehd
Diffstat (limited to 'test/functional/wallet_hd.py')
-rwxr-xr-xtest/functional/wallet_hd.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/functional/wallet_hd.py b/test/functional/wallet_hd.py
index 48e71f6c40..eb42531693 100755
--- a/test/functional/wallet_hd.py
+++ b/test/functional/wallet_hd.py
@@ -25,12 +25,6 @@ class WalletHDTest(BitcoinTestFramework):
self.skip_if_no_wallet()
def run_test(self):
- # Make sure can't switch off usehd after wallet creation
- self.stop_node(1)
- self.nodes[1].assert_start_raises_init_error(['-usehd=0'], "Error: Error loading : You can't disable HD on an already existing HD wallet")
- self.start_node(1)
- connect_nodes_bi(self.nodes, 0, 1)
-
# Make sure we use hd, keep masterkeyid
masterkeyid = self.nodes[1].getwalletinfo()['hdseedid']
assert_equal(masterkeyid, self.nodes[1].getwalletinfo()['hdmasterkeyid'])