BaseIndex::SetBestBlockIndex

Update the internal best block index as well as the prune lock.

Synopsis

Declared in <index/base.h>

void
SetBestBlockIndex(CBlockIndex const* block);

Parameters

NameDescription
blockBlock index entry to record as the new best block.