[#Chainstate-SetTargetBlock] = xref:Chainstate.adoc[Chainstate]::SetTargetBlock :relfileprefix: ../ :mrdocs: Set target block for this chainstate. If null, chainstate will target the most‐work valid block. If non‐null chainstate will be a historic chainstate and target the specified block. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b9018f8), requires_capability(0x7ff375c48508), requires_capability(0x7ff37e053378), requires_capability(0x7ff3759342d8)]] void SetTargetBlock(xref:CBlockIndex.adoc[CBlockIndex]* block); ---- == Parameters [cols="1,4"] |=== | Name| Description | *block* | The target block, or nullptr to target the most‐work valid block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#