[#Chainstate-m_last_script_check_reason_logged] = xref:Chainstate.adoc[Chainstate]::m_last_script_check_reason_logged :relfileprefix: ../ :mrdocs: Reason string for the most recently logged script‐check outcome, used to avoid repeat logging. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e1ba83598), guarded_by(0x7f2e145631e8), guarded_by(0x7f2e373bc398), guarded_by(0x7f2e36e32fe8)]] std::optional<char const*> m_last_script_check_reason_logged = {}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#