[#CBlock-m_checked_witness_commitment] = xref:CBlock.adoc[CBlock]::m_checked_witness_commitment :relfileprefix: ../ :mrdocs: Cached result of the witness commitment check for this block. == Synopsis Declared in `<primitives/block.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- mutable bool m_checked_witness_commitment = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#