PrevUpHomeNext

Consensus::addDisputedTransaction

Add a disputed transaction (one that at least one node wants in the consensus set and at least one node does not) to our tracking.

Synopsis
void
addDisputedTransaction(
    Tx_t const& tx);
Description
Parameters

Name

Description

tx

The disputed transaction


PrevUpHomeNext