[#wallet-CWallet-nRelockTime] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::nRelockTime :relfileprefix: ../../ :mrdocs: Holds a timestamp at which point the wallet is scheduled (externally) to be relocked. Caller must arrange for actual relocking to occur via Lock(). == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f94fde05468), guarded_by(0x7f95061a81a8), guarded_by(0x7f94f2b78cb8), guarded_by(0x7f94f0cf7948), guarded_by(0x7f94fee3a338)]] int64_t nRelockTime = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#