Browse Source

update docs [ci skip]

pull/1004/head
Anton Kaliaev 7 years ago
parent
commit
9b25f7325a
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/app-development.rst

+ 3
- 3
docs/app-development.rst 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
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
<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
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


Loading…
Cancel
Save