PrevUpHomeNext

RCLConsensus::dispatchAccept

Dispatch a call to Consensus::accept.

Synopsis
void
dispatchAccept(
    RCLTxSet const& txSet);
Description

Accepting a ledger may be expensive, so this function can dispatch that call to another thread if desired and must call the accept method of the generic consensus algorithm.

Parameters

Name

Description

txSet

The transactions to accept.


PrevUpHomeNext