Merge pull request #4273

91855f2 Properly initialize CWallet::nTimeFirstKey (tm314159)
This commit is contained in:
Wladimir J. van der Laan 2014-06-03 08:54:17 +02:00
commit 522a8fa377
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public:
nOrderPosNext = 0; nOrderPosNext = 0;
nNextResend = 0; nNextResend = 0;
nLastResend = 0; nLastResend = 0;
nTimeFirstKey = 0;
} }
CWallet(std::string strWalletFileIn) CWallet(std::string strWalletFileIn)
{ {