Remove invalidity status from a block, its descendants and ancestors and reconsider them for activation.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7f9513ab4ee8), requires_capability(0x7f9502c97f58), requires_capability(0x7f9525449c88), requires_capability(0x7f95173fff68)]]
void
ResetBlockFailureFlags(CBlockIndex* pindex);

Parameters

Name

Description

pindex

Block index entry whose failure flags are cleared.

Created with MrDocs