[#Chainstate-InvalidChainFound] = xref:Chainstate.adoc[Chainstate]::InvalidChainFound :relfileprefix: ../ :mrdocs: Record that an invalid chain was found and update the best‐invalid tracking. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513ab5d68), requires_capability(0x7f9502c98dd8), requires_capability(0x7f952544ab08), requires_capability(0x7f9517400de8)]] void InvalidChainFound(xref:CBlockIndex.adoc[CBlockIndex]* pindexNew); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pindexNew* | Block index entry of the tip of the invalid chain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#