Skip to content

Commit

Permalink
add missing query flags to client status query cli (#2246) (#2273)
Browse files Browse the repository at this point in the history
* add missing tx and query flags to cli

* run gofumpt

* remove adding tx flags

(cherry picked from commit 2a46942)

Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
mergify[bot] and crodriguezvega authored Sep 13, 2022
1 parent 06510a5 commit fec6e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/core/02-client/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ func GetCmdQueryClientStatus() *cobra.Command {
},
}

flags.AddQueryFlagsToCmd(cmd)

return cmd
}

Expand Down
2 changes: 0 additions & 2 deletions modules/core/02-client/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func NewCreateClientCmd() *cobra.Command {
}

flags.AddTxFlagsToCmd(cmd)

return cmd
}

Expand Down Expand Up @@ -235,7 +234,6 @@ func NewUpgradeClientCmd() *cobra.Command {
}

flags.AddTxFlagsToCmd(cmd)

return cmd
}

Expand Down

0 comments on commit fec6e59

Please sign in to comment.