Skip to content

Commit

Permalink
update query.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Aug 8, 2023
1 parent 8a904ee commit 856ce9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/consumer/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func CmdProviderInfo() *cobra.Command {
queryClient := types.NewQueryClient(clientCtx)

req := &types.QueryProviderInfoRequest{}
res, err := queryClient.QueryProviderChainInfo(cmd.Context(), req)
res, err := queryClient.QueryProviderInfo(cmd.Context(), req)
if err != nil {
return err
}
Expand Down

0 comments on commit 856ce9e

Please sign in to comment.