From eac2cdcab2f9d5cda2cebb38fe434ef2ae35f0a5 Mon Sep 17 00:00:00 2001 From: tm314159 Date: Mon, 2 Jun 2014 11:32:33 -0700 Subject: [PATCH] Properly initialize CWallet::nTimeFirstKey Rebased-From: 91855f2 Rebased-By: Wladimir J. van der Laan --- src/wallet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet.h b/src/wallet.h index b2c06d3f618..5a9b7ad8fd2 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) {