PrevUpHomeNext

RCLConsensus::peerProposal

Inherited from Consensus. A peer has proposed a new position, adjust our tracking.

Synopsis
bool
peerProposal(
    NetClock::time_point const& now,
    Proposal_t const& newProposal);
Description
Parameters

Name

Description

now

The network adjusted time

newProposal

The new proposal from a peer

Return Value

Whether we should do delayed relay of this proposal.


PrevUpHomeNext