From 20cdb4dca089d19842530deb1ff427a3316c4a43 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 19 Dec 2017 19:28:08 -0800 Subject: [PATCH] Update rippled-example.cfg: The quorum is now calculated automatically and does not need to be manually specified. --- doc/rippled-example.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/rippled-example.cfg b/doc/rippled-example.cfg index 47ce2f8654..d0ab9dc629 100644 --- a/doc/rippled-example.cfg +++ b/doc/rippled-example.cfg @@ -641,9 +641,7 @@ # # [validators_file] # -# Path or name of a file that contains the validation public keys of nodes -# to always accept as validators as well as the minimum number of validators -# needed to accept consensus. +# Path or name of a file that determines the nodes to always accept as validators. # # The contents of the file should include a [validators] and/or # [validator_list_sites] and [validator_list_keys] entries.