update docs [ci skip]

This commit is contained in:
Anton Kaliaev
2017-12-25 17:53:54 -06:00
parent 0093f9877a
commit 9b25f7325a

View File

@ -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 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 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 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 light client to prove the transition externally. See the `light client docs
<https://godoc.org/github.com/tendermint/tendermint/lite#hdr-How_We_Track_Validators>`__ <https://godoc.org/github.com/tendermint/tendermint/lite#hdr-How_We_Track_Validators>`__
for details on how it tracks validators. Tendermint core will report an error for details on how it tracks validators. Tendermint core will fail with an
if that is the case. error if the change in voting power is more or equal than 1/3.
.. container:: toggle .. container:: toggle