Skip to content

Commit fb6f90a

Browse files
committed
Initialize nRelockTime
1 parent ce01e62 commit fb6f90a

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)