From fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e Mon Sep 17 00:00:00 2001 From: Patrick Strateman Date: Tue, 14 Mar 2017 15:48:08 -0700 Subject: [PATCH] Initialize nRelockTime --- src/wallet/wallet.h | 1 + 1 file changed, 1 insertion(+) 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;