mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Set quorum to tolerate 2 failures for validator list of 6 members.
This commit is contained in:
@@ -573,7 +573,7 @@ ValidatorList::calculateMinimumQuorum (
|
||||
{
|
||||
// Only require 51% quorum for small number of validators to facilitate
|
||||
// bootstrapping a network.
|
||||
if (nListedKeys <= 5)
|
||||
if (nListedKeys <= 6)
|
||||
return nListedKeys/2 + 1;
|
||||
|
||||
// The number of listed validators is increased to preserve the safety
|
||||
|
||||
Reference in New Issue
Block a user