diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-07-09 11:25:02 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-07-09 12:12:36 +0200 |
commit | 986c2232143e5c2f909f5b27bf74470654faf49c (patch) | |
tree | 9def9b4fdda7892f497717a814413c5ca8879a21 /src/wallet/wallet.h | |
parent | b1c7b244e21ba67c38fe3d1a4d1638ca52835ac5 (diff) |
[Wallet] print hd masterkeyid in getwalletinfo
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 7fc6ce5de5..d58cb7b0e4 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -901,6 +901,7 @@ public: /* Set the current hd master key (will reset the chain child index counters) */ bool SetHDMasterKey(const CKey& key); + const CHDChain& GetHDChain() { return hdChain; } }; /** A key allocated from the key pool. */ |