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
ValidateBasic is called for all messages, from the Cosmos SDK, before generating or broadcasting the tx.
https://github.com/cosmos/cosmos-sdk/blob/0a801e1c038148f17053792ee05f7fb987c0f83d/client/tx/tx.go#L48
The text was updated successfully, but these errors were encountered:
refactor: remove unnecessary calling of the method ValidateBasic in t…
8b969ee
…he CLI handler - nolus-protocol#118
4ade0e4
…he CLI handler - #118
No branches or pull requests
ValidateBasic is called for all messages, from the Cosmos SDK, before generating or broadcasting the tx.
https://github.com/cosmos/cosmos-sdk/blob/0a801e1c038148f17053792ee05f7fb987c0f83d/client/tx/tx.go#L48
The text was updated successfully, but these errors were encountered: