refactor(cli): use clientCtx adress codecs in cli (#18070)

This commit is contained in:
Julien Robert
2023-10-11 13:04:40 +00:00
committed by GitHub
parent 6009891ed6
commit f28a93a063
12 changed files with 60 additions and 79 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx sdkclient.Context, mux
// GetTxCmd returns the transaction commands for the authz module
func (ab AppModuleBasic) GetTxCmd() *cobra.Command {
return cli.GetTxCmd(ab.ac)
return cli.GetTxCmd()
}
// AppModule implements the sdk.AppModule interface