diff options
| author | Jonas Schnelli <[email protected]> | 2016-07-21 21:52:30 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-07-21 21:58:12 +0200 |
| commit | b50e1ac298363a7733069f82709674d3a8cb3058 (patch) | |
| tree | 98f2da8e5b3debc452c781137245b1b80100de3e /qa/rpc-tests/wallet-hd.py | |
| parent | Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea... (diff) | |
| download | discoin-b50e1ac298363a7733069f82709674d3a8cb3058.tar.xz discoin-b50e1ac298363a7733069f82709674d3a8cb3058.zip | |
[Wallet] Correct hdmasterkeyid/masterkeyid name confusion
Diffstat (limited to 'qa/rpc-tests/wallet-hd.py')
| -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 c738ee220..c11da1e9a 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 |