Browse Source

Properly initialize CWallet::nTimeFirstKey

0.10
tm314159 10 years ago
parent
commit
91855f279d
  1. 1
      src/wallet.h

1
src/wallet.h

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

Loading…
Cancel
Save