PrevUpHomeNext

DisputedTx::setVote

Change a peer's vote.

Synopsis
void
setVote(
    NodeID_t const& peer,
    bool votesYes);
Description
Parameters

Name

Description

peer

Identifier of peer.

votesYes

Whether peer votes to include the disputed transaction.


PrevUpHomeNext