Skip to content

Commit

Permalink
Make heading a bullet list instead
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 8, 2024
1 parent 13aae78 commit c60abd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/upgrading/integrating_inactive_validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ The following queries will change after this upgrade:

The `bonded_tokens` will include the stake of all *bonded* validators. As the number of bonded validators will be increased as part of the upgrade, the number of `bonded_tokens` is expected to have a sudden increase after the upgrade is applied.

### All queries in the staking module that return a `Validator`
* All queries in the staking module that return a `Validator`

All *bonded* validators will show with `Status=Bonded` . To identify *active* validators, query the validator set from Tendermint (https://docs.cometbft.com/v0.37/rpc/#/Info/validators or `query comet-validator-set [height]`), which will return the set of all *active* validators.

0 comments on commit c60abd5

Please sign in to comment.