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 langerhans
parent 351b463462
commit ef247ba774

View file

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