Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: samricotta <[email protected]>
  • Loading branch information
atheeshp and samricotta authored Jan 18, 2024
1 parent fd13f1c commit eef2e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/staking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ Complete the unbonding of all mature `Redelegation.Entries` within the

#### ConsPubKeyRotations

After waiting for unbonding period of time the matured rotations will be removed from queues and indexes to unblock the validator for the next iterations
After the completion of the unbonding period, matured rotations will be removed from the queues and indexes to unblock the validator for the next iterations.

* remove the mature entry from state of `ValidatorConsensusKeyRotationRecordQueueKey`
* remove the mature entry form state of
Expand Down Expand Up @@ -1775,7 +1775,7 @@ simd tx staking cancel-unbond cosmosvaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhf

##### rotate cons pubkey

The command `rotate-cons-pubkey` allow validators to rotate the associated consensus pubkey to the new consensus pubkey.
The command `rotate-cons-pubkey` allows validators to rotate the associated consensus pubkey to the new consensus pubkey.

Usage:

Expand Down

0 comments on commit eef2e79

Please sign in to comment.