From 9b25f7325a06bff8ad32022c097a4891c6f94656 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 25 Dec 2017 17:53:54 -0600 Subject: [PATCH] update docs [ci skip] --- docs/app-development.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/app-development.rst b/docs/app-development.rst index e373bcff1..fd6d3f7f3 100644 --- a/docs/app-development.rst +++ b/docs/app-development.rst @@ -409,11 +409,11 @@ to update the validator set. To add a new validator or update an existing one, simply include them in the list returned in the EndBlock response. To remove one, include it in the list with a ``power`` equal to ``0``. Tendermint core will take care of updating the validator set. Note the change in voting power -must be strictly less than 1/3 because otherwise it will be impossible for a +must be strictly less than 1/3 per block. Otherwise it will be impossible for a light client to prove the transition externally. See the `light client docs `__ -for details on how it tracks validators. Tendermint core will report an error -if that is the case. +for details on how it tracks validators. Tendermint core will fail with an +error if the change in voting power is more or equal than 1/3. .. container:: toggle