diff options
author | Patrick Strateman <patrick.strateman@gmail.com> | 2017-03-14 15:48:08 -0700 |
---|---|---|
committer | Patrick Strateman <patrick.strateman@gmail.com> | 2017-03-14 15:48:08 -0700 |
commit | fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e (patch) | |
tree | 3096816f724ba00bb7888e9c9195328cfc791d6e /src | |
parent | ce01e6226ce52b88c644b0cb89852278edbdf33b (diff) |
Initialize nRelockTime
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/wallet.h | 1 |
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; |