We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In agoric-labs/cosmos-sdk/x/auth/vesting/types/msgs.go, MsgReturnGrants.Type() returns TypeMsgClawback instead of TypeMsgReturnGrants.
agoric-labs/cosmos-sdk/x/auth/vesting/types/msgs.go
MsgReturnGrants.Type()
TypeMsgClawback
TypeMsgReturnGrants
Impact is bad simulation of the command leading to a bad gas estimate.
See code.
See Description.
All.
The text was updated successfully, but these errors were encountered:
Verified upgrade-14 by source inspection.
Sorry, something went wrong.
JimLarson
Successfully merging a pull request may close this issue.
Describe the bug
In
agoric-labs/cosmos-sdk/x/auth/vesting/types/msgs.go
,MsgReturnGrants.Type()
returnsTypeMsgClawback
instead ofTypeMsgReturnGrants
.Impact is bad simulation of the command leading to a bad gas estimate.
To Reproduce
See code.
Expected behavior
See Description.
Platform Environment
All.
The text was updated successfully, but these errors were encountered: