PrevUpHomeNext

Consensus::adjustCount

Adjust the votes on all disputed transactions based on the set of peers taking this position.

Synopsis
void
adjustCount(
    TxSet_t const& txSet,
    std::vector< NodeID_t > const& peers);
Description
Parameters

Name

Description

txSet

A disputed position

peers

Peers which are taking the position txSet


PrevUpHomeNext