refactor(cli): use clientCtx adress codecs in cli (#18070)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user