aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.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/walletdb.h
parent68d7682b9f8c0f548e0a9ef03296320b8ae3960d (diff)
downloadbitcoin-7945088d413819d8cf1772fd25e0f355c84c64d6.tar.xz
[Wallet] comsetic non-code changes for the HD feature
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r--src/wallet/walletdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h
index 42179f2288..5addd5c5c0 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -41,7 +41,7 @@ enum DBErrors
DB_NEED_REWRITE
};
-/* simple hd chain data model */
+/* simple HD chain data model */
class CHDChain
{
public:
@@ -79,7 +79,7 @@ public:
int nVersion;
int64_t nCreateTime; // 0 means unknown
std::string hdKeypath; //optional HD/bip32 keypath
- CKeyID hdMasterKeyID; //id of the hd masterkey used to derive this key
+ CKeyID hdMasterKeyID; //id of the HD masterkey used to derive this key
CKeyMetadata()
{