Chainstate::InvalidChainFound

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

Synopsis

Declared in <validation.h>

[[requires_capability(0x7fbc8fb67648), requires_capability(0x7fbc96bffcb8), requires_capability(0x7fbcaf5d70c8), requires_capability(0x7fbc9e0dd898)]]
void
InvalidChainFound(CBlockIndex* pindexNew);

Parameters

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