Properly initialize CWallet::nTimeFirstKey

Rebased-From: 91855f2
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
This commit is contained in:
tm314159 2014-06-02 11:32:33 -07:00 committed by Wladimir J. van der Laan
parent acb5356087
commit eac2cdcab2
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

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)
{ {