diff --git a/x/exomint/module.go b/x/exomint/module.go index 65af78a8c..8ff77552a 100644 --- a/x/exomint/module.go +++ b/x/exomint/module.go @@ -93,7 +93,7 @@ func (AppModuleBasic) RegisterGRPCGatewayRoutes( // GetTxCmd returns the root Tx command for the module. The subcommands of this root command are // used by end-users to generate new transactions containing messages defined in the module func (a AppModuleBasic) GetTxCmd() *cobra.Command { - return nil + return cli.NewTxCmd() } // GetQueryCmd returns the root query command for the module. The subcommands of this root