Skip to content

Commit

Permalink
fix: remove duplicate query gamm pool subcommand (#7120)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisyin authored Dec 15, 2023
1 parent 057192c commit 24271d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/gamm/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
// GetQueryCmd returns the cli query commands for this module.
func GetQueryCmd() *cobra.Command {
cmd := osmocli.QueryIndexCmd(types.ModuleName)
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdPool)
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdSpotPrice)
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdPool)
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdPools)
Expand Down

0 comments on commit 24271d7

Please sign in to comment.