chore: add note in x/staking about reserved keys from LSM modules (#24629)
This commit is contained in:
parent
ace6394053
commit
f62fb52ae9
@ -56,6 +56,9 @@ var (
|
||||
ParamsKey = []byte{0x51} // prefix for parameters for module x/staking
|
||||
|
||||
DelegationByValIndexKey = []byte{0x71} // key for delegations by a validator
|
||||
|
||||
// NOTE: keys in range 0x81–0x87 were previously used in liquid staking forks of the staking module.
|
||||
// Module developers MUST NOT use these keys and MUST consider them "reserved".
|
||||
)
|
||||
|
||||
// UnbondingType defines the type of unbonding operation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user