diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 80201e8ce..ae4321eef 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -725,6 +725,7 @@ public: nLastResend = 0; nTimeFirstKey = 0; fBroadcastTransactions = false; + nRelockTime = 0; } std::map mapWallet;