You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add json tag to MsgEditValidator; closes#5336
* changelog
* Apply suggestions from code review
Co-Authored-By: Alessio Treglia <alessio@tendermint.com>
* format
* changelog minor fix
* add json tag to MsgEditValidator; closescosmos#5336
* changelog
* Apply suggestions from code review
Co-Authored-By: Alessio Treglia <alessio@tendermint.com>
* format
* changelog minor fix
Summary of Bug
The field
Description
ofMsgEditValidator
is marshaled to json as 'Description' which contains an uppercase letter. Other fields are all lowercase.Version
lastest
Steps to Reproduce
https://github.com/cosmos/cosmos-sdk/blob/master/x/staking/types/msg.go#L185
Suggestion
Add json tag.
For Admin Use
The text was updated successfully, but these errors were encountered: