[#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(0x7ff3720efe18), guarded_by(0x7ff365f1fe18), guarded_by(0x7ff35de5e7c8), guarded_by(0x7ff35efe32a8), guarded_by(0x7ff366fcf888)]] int64_t nRelockTime = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#