mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Allow the "quorum" command line option to lock the quorum
This commit is contained in:
@@ -459,6 +459,7 @@ int run (int argc, char** argv)
|
||||
try
|
||||
{
|
||||
config->VALIDATION_QUORUM = vm["quorum"].as <int> ();
|
||||
config->LOCK_QUORUM = true;
|
||||
|
||||
if (config->VALIDATION_QUORUM < 0)
|
||||
throw std::domain_error ("");
|
||||
|
||||
Reference in New Issue
Block a user