aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Strateman <[email protected]>2017-03-14 15:48:08 -0700
committerPatrick Strateman <[email protected]>2017-03-14 15:48:08 -0700
commitfb6f90a4ce38c70e6bf5db960660a59e8c52ae0e (patch)
tree3096816f724ba00bb7888e9c9195328cfc791d6e /src
parentMerge #9481: [Qt] Show more significant warning if we fall back to the defaul... (diff)
downloaddiscoin-fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e.tar.xz
discoin-fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e.zip
Initialize nRelockTime
Diffstat (limited to 'src')
-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 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<uint256, CWalletTx> mapWallet;