diff options
| author | Jonas Schnelli <[email protected]> | 2016-07-15 10:34:08 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-07-15 10:34:08 +0200 |
| commit | 7945088d413819d8cf1772fd25e0f355c84c64d6 (patch) | |
| tree | c9e12d68fcedec95562353802e7eac48b6cc6c31 /src/wallet/walletdb.h | |
| parent | [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() (diff) | |
| download | discoin-7945088d413819d8cf1772fd25e0f355c84c64d6.tar.xz discoin-7945088d413819d8cf1772fd25e0f355c84c64d6.zip | |
[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 42179f228..5addd5c5c 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() { |