[#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(0x7f2e1e5989b8), guarded_by(0x7f2e11aa9778), guarded_by(0x7f2e169ff568), guarded_by(0x7f2e15f2ea08), guarded_by(0x7f2e12c6d698)]] int64_t nRelockTime = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#