diff --git a/src/wallet.h b/src/wallet.h index 428fcdd7..e8ea75ff 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -98,6 +98,7 @@ public: nMasterKeyMaxID = 0; pwalletdbEncryption = NULL; nOrderPosNext = 0; + nTimeFirstKey = 0; } CWallet(std::string strWalletFileIn) { @@ -108,6 +109,7 @@ public: nMasterKeyMaxID = 0; pwalletdbEncryption = NULL; nOrderPosNext = 0; + nTimeFirstKey = 0; } std::map mapWallet;