Skip to content

Commit

Permalink
fix(exomint): add tx to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 11, 2024
1 parent 57a9414 commit 1c1e553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/exomint/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c1e553

Please sign in to comment.