Update the internal best block index as well as the prune lock.
Synopsis
Declared in <index/base.h>
void
SetBestBlockIndex(CBlockIndex const* block);
Parameters
Name |
Description |
block |
Block index entry to record as the new best block. |
Created with MrDocs