mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Enforce validation quorum. Default to quorum of 2 if started with --net.
This commit is contained in:
@@ -77,6 +77,9 @@ public:
|
||||
|
||||
TER doTransaction(SerializedTransaction::ref txn, TransactionEngineParams params, bool& didApply);
|
||||
|
||||
int getMinValidations() { return mMinValidations; }
|
||||
void setMinValidations(int v) { mMinValidations = v; }
|
||||
|
||||
void pushLedger(Ledger::ref newLedger);
|
||||
void pushLedger(Ledger::ref newLCL, Ledger::ref newOL, bool fromConsensus);
|
||||
void storeLedger(Ledger::ref);
|
||||
|
||||
Reference in New Issue
Block a user