Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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