aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-07-15 10:34:08 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-07-15 10:34:08 +0200
commit7945088d413819d8cf1772fd25e0f355c84c64d6 (patch)
treec9e12d68fcedec95562353802e7eac48b6cc6c31 /src/wallet/wallet.h
parent68d7682b9f8c0f548e0a9ef03296320b8ae3960d (diff)
downloadbitcoin-7945088d413819d8cf1772fd25e0f355c84c64d6.tar.xz
[Wallet] comsetic non-code changes for the HD feature
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index d58cb7b0e4..e9d669a7d1 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -577,7 +577,7 @@ private:
void SyncMetaData(std::pair<TxSpends::iterator, TxSpends::iterator>);
- /* the hd chain data model (external chain counters) */
+ /* the HD chain data model (external chain counters) */
CHDChain hdChain;
public:
@@ -896,10 +896,10 @@ public:
bool BackupWallet(const std::string& strDest);
- /* Set the hd chain model (chain child index counters) */
+ /* Set the HD chain model (chain child index counters) */
bool SetHDChain(const CHDChain& chain, bool memonly);
- /* Set the current hd master key (will reset the chain child index counters) */
+ /* Set the current HD master key (will reset the chain child index counters) */
bool SetHDMasterKey(const CKey& key);
const CHDChain& GetHDChain() { return hdChain; }
};