diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-07-21 21:52:30 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-07-21 21:58:12 +0200 |
commit | b50e1ac298363a7733069f82709674d3a8cb3058 (patch) | |
tree | 98f2da8e5b3debc452c781137245b1b80100de3e /qa | |
parent | 381917f610e3c770acb5e323884e7eef6fd25841 (diff) |
[Wallet] Correct hdmasterkeyid/masterkeyid name confusion
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/rpc-tests/wallet-hd.py | 2 |
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 |