PrevUpHomeNext

RCLConsensus::notify

Synopsis
void
notify(
    protocol::NodeEvent ne,
    RCLCxLedger const& ledger,
    bool haveCorrectLCL);
Description

Notify peers of a consensus state change

Parameters

Name

Description

ne

Event type for notification

ledger

The ledger at the time of the state change

haveCorrectLCL

Whether we believ we have the correct LCL.


PrevUpHomeNext