[#CCoinsViewCache-m_block_hash] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::m_block_hash :relfileprefix: ../ :mrdocs: Make mutable so that we can "fill the cache" even from Get‐methods declared as "const". == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- mutable xref:uint256.adoc[uint256] m_block_hash; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#