aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-07-22 11:45:33 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-07-22 11:45:44 +0200
commit0df9ea42b888b0b5c0fa5866f012338c8f16374c (patch)
tree98f2da8e5b3debc452c781137245b1b80100de3e /qa
parent381917f610e3c770acb5e323884e7eef6fd25841 (diff)
parentb50e1ac298363a7733069f82709674d3a8cb3058 (diff)
downloadbitcoin-0df9ea42b888b0b5c0fa5866f012338c8f16374c.tar.xz
Merge #8390: [Wallet] Correct hdmasterkeyid/masterkeyid name confusion
b50e1ac [Wallet] Correct hdmasterkeyid/masterkeyid name confusion (Jonas Schnelli)
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/wallet-hd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/wallet-hd.py b/qa/rpc-tests/wallet-hd.py
index c738ee2207..c11da1e9a9 100755
--- a/qa/rpc-tests/wallet-hd.py
+++ b/qa/rpc-tests/wallet-hd.py
@@ -31,7 +31,7 @@ class WalletHDTest(BitcoinTestFramework):
tmpdir = self.options.tmpdir
# Make sure we use hd, keep masterkeyid
- masterkeyid = self.nodes[1].getwalletinfo()['masterkeyid']
+ masterkeyid = self.nodes[1].getwalletinfo()['hdmasterkeyid']
assert_equal(len(masterkeyid), 40)
# Import a non-HD private key in the HD wallet