From 61007f72594048586f0bccae839d8f6a7352d321 Mon Sep 17 00:00:00 2001 From: Bri <92327786+briwylde08@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:59:05 -0600 Subject: [PATCH] Editorial nits --- docs/validators/admin-guide/configuring.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validators/admin-guide/configuring.mdx b/docs/validators/admin-guide/configuring.mdx index 986f07cbc..0b4fcfeac 100644 --- a/docs/validators/admin-guide/configuring.mdx +++ b/docs/validators/admin-guide/configuring.mdx @@ -257,7 +257,7 @@ Without those settings, your validator depends on other nodes on the network to ### Impact of Validator Quality on Nomination -The Stellar Consensus Protocol uses validator quality levels in determining which validator should nominate the next transaction set for inclusion in a ledger. This process of choosing the validator that will nominate the next transaction set is called _leader election_. To start, the leader election algorithm assigns organizations and validators weights as follows: +The Stellar Consensus Protocol uses validator quality levels to determine which validator should nominate the next transaction set for inclusion in a ledger. This process of choosing the validator that will nominate the next transaction set is called _leader election_. To start, the leader election algorithm assigns organizations and validators weights as follows: - Each `HIGH` quality organization has a weight of `1`. - Each `MEDIUM` quality organization has a weight of `1/(10*n)` where `n` is the number of `HIGH` quality organizations. @@ -267,7 +267,7 @@ The Stellar Consensus Protocol uses validator quality levels in determining whic The leader election algorithm then assigns each validator a probability of winning leader election of the validator's weight divided by the total weight of all validators. Altogether, these win probabilities ensure that Stellar Core's leader election algorithm has the following properties: -1. Higher quality organizations have a greater chance of winning leader election than lower quality organizations. +1. Higher-quality organizations have a greater chance of winning leader election than lower-quality organizations. 2. Organizations of equal quality have an equal chance of winning leader election. [complete example config]: https://github.com/stellar/stellar-core/blob/master/docs/stellar-core_example.cfg