mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Enforce validation quorum. Default to quorum of 2 if started with --net.
This commit is contained in:
@@ -1189,6 +1189,8 @@ Json::Value NetworkOPs::getServerInfo(bool human, bool admin)
|
||||
if (mNeedNetworkLedger)
|
||||
info["network_ledger"] = "waiting";
|
||||
|
||||
info["validation_quorum"] = mLedgerMaster->getMinValidations();
|
||||
|
||||
if (admin)
|
||||
{
|
||||
if (theConfig.VALIDATION_PUB.isValid())
|
||||
|
||||
Reference in New Issue
Block a user