PrevUpHomeNext

RCLConsensus::Adaptor::notify

Notify peers of a consensus state change.

Synopsis
void
notify(
    protocol::NodeEvent ne,
    RCLCxLedger const& ledger,
    bool haveCorrectLCL);
Description
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