Skip to content

Commit c49355c

Browse files
author
MarcoFalke
committed
Merge #9993: Initialize nRelockTime
fb6f90a Initialize nRelockTime (Patrick Strateman) Tree-SHA512: 82675ab4b05d5f3ea08a99e85d3f49d18068887d23cbacb5e899ad66799049c5f1d5bd33768dbe153116424c9f0caddaa3622000924e373aa01ac2a54b5f3577
2 parents 8bcf934 + fb6f90a commit c49355c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
725725
nLastResend = 0;
726726
nTimeFirstKey = 0;
727727
fBroadcastTransactions = false;
728+
nRelockTime = 0;
728729
}
729730

730731
std::map<uint256, CWalletTx> mapWallet;

0 commit comments

Comments
 (0)