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

Name

Description

pindexNew

Block index entry of the tip of the invalid chain.

Created with MrDocs