Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 13, 2024
1 parent f7efdfc commit 4bbabb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrators/integrating_inactive_validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ The `bonded_tokens` will include the stake of all *bonded* validators. As the nu

* 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.
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 4bbabb4

Please sign in to comment.