Add a block to the candidate set if it has as much work as the current tip.
Synopsis
Declared in <validation.h>
[[requires_capability(0x7fbc8fb668d8), requires_capability(0x7fbc96bfef48), requires_capability(0x7fbcaf5d6358), requires_capability(0x7fbc9e0dcb28)]]
void
TryAddBlockIndexCandidate(CBlockIndex* pindex);
Parameters
Name |
Description |
pindex |
Block index entry to consider as a candidate. |
Created with MrDocs