[#Chainstate-LoadChainTip] = xref:Chainstate.adoc[Chainstate]::LoadChainTip :relfileprefix: ../ :mrdocs: Update the chain tip based on database information, i.e. CoinsTip()'s best block. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513ab52d8), requires_capability(0x7f9502c98348), requires_capability(0x7f952544a078), requires_capability(0x7f9517400358)]] bool LoadChainTip(); ---- == Return Value true if the chain tip was loaded successfully. [.small]#Created with https://www.mrdocs.com[MrDocs]#