-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Summary of Bug
Both redelegation and unbond tx can be processed even if the amount is specified with denom other than uatom.
e.g.
Redelegation
https://cosmos.bigdipper.live/transactions/7D153586C7FC707708F954DD5F7C795745DC99AF11C7CFAE0458A87F2A5388AA
The number of shares did updated and the redelegation/unbonding have been created. This is rather an inconsistency in the message and the operation. If it only take shares, then the message should not require submitting in coin.
On the other hand, the doc in LCD show shares in the example
https://cosmos.network/rpc/#/ICS21/post_staking_delegators__delegatorAddr__redelegations
and it will give error if number of shares is specified in the request. It takes coin as well.
Version
v0.34.7
Steps to Reproduce
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Reactions are currently unavailable