You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -81,9 +81,8 @@ func (a AppModuleBasic) GetTxCmd() *cobra.Command {
// transactions deprecated in favor of v2
iftesting.Testing() {
returncli.GetTxCmd()
} else {
returnnil
}
returnnil
}
// GetQueryCmd returns the root query command for the module. The subcommands of this root command are used by end-users to generate new queries to the subset of the state defined by the module