Browse Source

Merge pull request #4273

91855f2 Properly initialize CWallet::nTimeFirstKey (tm314159)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
522a8fa377
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  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