Skip to content

Commit

Permalink
revert #13745
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 3, 2022
1 parent ab5c500 commit a428f39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x/staking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ network.
* [State](#state)
* [Pool](#pool)
* [LastTotalPower](#lasttotalpower)
* [ValidatorUpdates](#validatorupdates)
* [UnbondingID](#unbondingid)
* [Params](#params)
* [Validator](#validator)
* [Delegation](#delegation)
Expand All @@ -47,6 +49,7 @@ network.
* [Historical Info Tracking](#historical-info-tracking)
* [End-Block](#end-block)
* [Validator Set Changes](#validator-set-changes)
* [Queues](#queues-1)
* [Hooks](#hooks)
* [Events](#events)
* [EndBlocker](#endblocker)
Expand Down Expand Up @@ -83,7 +86,7 @@ UnbondingID stores the ID of the latest unbonding operation. It enables to creat

* UnbondingID: `0x37 -> uint64`

## Parameters
## Params

The staking module stores its params in state with the prefix of `0x51`,
it can be updated with governance or the address with authority.
Expand Down

0 comments on commit a428f39

Please sign in to comment.