Skip to content

Commit

Permalink
Initialize nRelockTime
Browse files Browse the repository at this point in the history
  • Loading branch information
pstratem committed Mar 14, 2017
1 parent ce01e62 commit fb6f90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
nLastResend = 0;
nTimeFirstKey = 0;
fBroadcastTransactions = false;
nRelockTime = 0;
}

std::map<uint256, CWalletTx> mapWallet;
Expand Down

0 comments on commit fb6f90a

Please sign in to comment.