aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h
index b2c06d3f61..5a9b7ad8fd 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -151,6 +151,7 @@ public:
nOrderPosNext = 0;
nNextResend = 0;
nLastResend = 0;
+ nTimeFirstKey = 0;
}
CWallet(std::string strWalletFileIn)
{