[#CCoinsViewCache-SetBestBlock] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::SetBestBlock :relfileprefix: ../ :mrdocs: Set the best block hash this cache represents. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetBestBlock(xref:uint256.adoc[uint256] const& block_hash); ---- == Parameters [cols="1,4"] |=== | Name| Description | *block_hash* | New best block hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#