Set/initialize a chain with a given tip.

Synopsis

Declared in <chain.h>

void
SetTip(CBlockIndex& block);

Parameters

Name

Description

block

The block index entry to set as the new tip.

Created with MrDocs