[#Chainstate-ResetBlockFailureFlags] = xref:Chainstate.adoc[Chainstate]::ResetBlockFailureFlags :relfileprefix: ../ :mrdocs: Remove invalidity status from a block, its descendants and ancestors and reconsider them for activation. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b9027a8), requires_capability(0x7ff375c493b8), requires_capability(0x7ff37e054228), requires_capability(0x7ff375935188)]] void ResetBlockFailureFlags(xref:CBlockIndex.adoc[CBlockIndex]* pindex); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | Block index entry whose failure flags are cleared. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#