diff options
| author | Patrick Strateman <[email protected]> | 2017-03-14 15:48:08 -0700 |
|---|---|---|
| committer | Patrick Strateman <[email protected]> | 2017-03-14 15:48:08 -0700 |
| commit | fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e (patch) | |
| tree | 3096816f724ba00bb7888e9c9195328cfc791d6e /src | |
| parent | Merge #9481: [Qt] Show more significant warning if we fall back to the defaul... (diff) | |
| download | discoin-fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e.tar.xz discoin-fb6f90a4ce38c70e6bf5db960660a59e8c52ae0e.zip | |
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 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; |