PrevUpHomeNext

RCLConsensus::Adaptor::preStartRound

Called before kicking off a new consensus round.

Synopsis
bool
preStartRound(
    RCLCxLedger const& prevLedger);
Description
Parameters

Name

Description

prevLedger

Ledger that will be prior ledger for next round

Return Value

Whether we enter the round proposing


PrevUpHomeNext