Skip to content

Commit

Permalink
fix: use correct name for rate limiter flag query
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jun 21, 2024
1 parent f95f0e9 commit e76a874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/client/cli/query_rate_limiter_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func CmdShowUpdateRateLimiterFlags() *cobra.Command {
cmd := &cobra.Command{
Use: "update_rate_limit_flags",
Use: "show_rate_limiter_flags",
Short: "shows the rate limiter flags",
RunE: func(cmd *cobra.Command, _ []string) error {
clientCtx := client.GetClientContextFromCmd(cmd)
Expand Down

0 comments on commit e76a874

Please sign in to comment.