Add a block to the candidate set if it has as much work as the current tip.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7ff37b9028b8), requires_capability(0x7ff375c494c8), requires_capability(0x7ff37e054338), requires_capability(0x7ff375935298)]]
void
TryAddBlockIndexCandidate(CBlockIndex* pindex);

Parameters

Name

Description

pindex

Block index entry to consider as a candidate.

Created with MrDocs