Skip to content

Commit

Permalink
fix(docs): typo in staking/state (#12834)
Browse files Browse the repository at this point in the history
(cherry picked from commit fe89212)

# Conflicts:
#	x/staking/spec/01_state.md
  • Loading branch information
arirubinstein authored and mergify[bot] committed Aug 7, 2022
1 parent 35ae2c4 commit 3c0a710
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/staking/spec/01_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ Validators can have one of three statuses

- `Unbonded`: The validator is not in the active set. They cannot sign blocks and do not earn
rewards. They can receive delegations.
<<<<<<< HEAD
- `Bonded`": Once the validator receives sufficient bonded tokens they automtically join the
=======
* `Bonded`: Once the validator receives sufficient bonded tokens they automtically join the
>>>>>>> fe8921250 (fix(docs): typo in staking/state (#12834))
active set during [`EndBlock`](./05_end_block.md#validator-set-changes) and their status is updated to `Bonded`.
They are signing blocks and receiving rewards. They can receive further delegations.
They can be slashed for misbehavior. Delegators to this validator who unbond their delegation
Expand Down

0 comments on commit 3c0a710

Please sign in to comment.