aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-07-09 11:25:02 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-07-09 12:12:36 +0200
commit986c2232143e5c2f909f5b27bf74470654faf49c (patch)
tree9def9b4fdda7892f497717a814413c5ca8879a21 /src/wallet/wallet.h
parentb1c7b244e21ba67c38fe3d1a4d1638ca52835ac5 (diff)
downloadbitcoin-986c2232143e5c2f909f5b27bf74470654faf49c.tar.xz
[Wallet] print hd masterkeyid in getwalletinfo
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h1
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. */