Chainstate::InvalidChainFound

Record that an invalid chain was found and update the best-invalid tracking.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7f2e1ba859d8), requires_capability(0x7f2e14565628), requires_capability(0x7f2e373be7d8), requires_capability(0x7f2e36e35428)]]
void
InvalidChainFound(CBlockIndex* pindexNew);

Parameters

NameDescription
pindexNewBlock index entry of the tip of the invalid chain.