aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Strateman <patrick.strateman@gmail.com>2017-03-14 15:48:08 -0700
committerPatrick Strateman <patrick.strateman@gmail.com>2017-03-14 15:48:08 -0700
commitfb6f90a4ce38c70e6bf5db960660a59e8c52ae0e (patch)
tree3096816f724ba00bb7888e9c9195328cfc791d6e
parentce01e6226ce52b88c644b0cb89852278edbdf33b (diff)
downloadbitcoin-fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e.tar.xz
Initialize nRelockTime
-rw-r--r--src/wallet/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 80201e8ce0..ae4321eef8 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<uint256, CWalletTx> mapWallet;