diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-07-15 10:34:08 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-07-15 10:34:08 +0200 |
commit | 7945088d413819d8cf1772fd25e0f355c84c64d6 (patch) | |
tree | c9e12d68fcedec95562353802e7eac48b6cc6c31 /src/wallet/walletdb.h | |
parent | 68d7682b9f8c0f548e0a9ef03296320b8ae3960d (diff) |
[Wallet] comsetic non-code changes for the HD feature
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 4 |
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() { |