-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Milestone
Description
Summary of Bug
Methods CreateValidator(), Delegate(), BeginRedelegate(), Undelegate() from msgServer in x/staking/keeper/msg_server.go emit incorrect event with missing coin denomination part.
For example instead of having an attribute inside logs with this data:
{"key":"amount","value":"45856uphoton"}
Logs currently contain:
{"key":"amount","value":"45856"}
Version
cosmos-sdk v0.43.0-rc2
Steps to Reproduce
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Reactions are currently unavailable