Properly initialize CWallet::nTimeFirstKey

This commit is contained in:
tm314159 2014-06-02 11:32:33 -07:00
parent 73b072252b
commit 91855f279d

View file

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