PrevUpHomeNext

DisputedTx::updateVote

Update our vote given progression of consensus.

Synopsis
bool
updateVote(
    int percentTime,
    bool proposing,
    ConsensusParms const& p);
Description

Updates our vote on this disputed transaction based on our peers' votes and how far along consensus has proceeded.

Parameters

Name

Description

percentTime

Percentage progress through consensus, e.g. 50% through or 90%.

proposing

Whether we are proposing to our peers in this round.

p

|6|Consensus parameters controlling thresholds for voting

Return Value

Whether our vote changed


PrevUpHomeNext