Skip to content

Commit 522a8fa

Browse files
committed
Merge pull request #4273
91855f2 Properly initialize CWallet::nTimeFirstKey (tm314159)
2 parents 73b0722 + 91855f2 commit 522a8fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ class CWallet : public CCryptoKeyStore, public CWalletInterface
151151
nOrderPosNext = 0;
152152
nNextResend = 0;
153153
nLastResend = 0;
154+
nTimeFirstKey = 0;
154155
}
155156
CWallet(std::string strWalletFileIn)
156157
{

0 commit comments

Comments
 (0)