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
Discovered while working on #2853.
I'm not sure of the initial intent, but we don't implement a handler for bank.MsgIssue - instead we just panic: https://github.com/cosmos/cosmos-sdk/blob/develop/x/bank/handler.go#L36
bank.MsgIssue
I propose we remove the handler and remove MsgIssue, as I don't think we require it at launch.
MsgIssue
The text was updated successfully, but these errors were encountered:
docs: Gaia v14 upgrade hermes update (cosmos#2854)
2dc2b82
* Updated v14 migration information with relayer information * Removed ICS goto market doc * Added ICS docs
cwgoes
No branches or pull requests
Discovered while working on #2853.
I'm not sure of the initial intent, but we don't implement a handler for
bank.MsgIssue
- instead we just panic: https://github.com/cosmos/cosmos-sdk/blob/develop/x/bank/handler.go#L36I propose we remove the handler and remove
MsgIssue
, as I don't think we require it at launch.The text was updated successfully, but these errors were encountered: