CChain::SetTip

Set/initialize a chain with a given tip.

Synopsis

Declared in <chain.h>

void
SetTip(CBlockIndex& block);

Parameters

NameDescription
blockThe block index entry to set as the new tip.