[#wallet-CWallet-m_relock_mutex] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::m_relock_mutex :relfileprefix: ../../ :mrdocs: Used to prevent deleting the passphrase from memory when it is still in use. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:RecursiveMutex.adoc[RecursiveMutex] m_relock_mutex; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#