Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Apr 26, 2023
1 parent 08d18f1 commit e1ee110
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7081,7 +7081,7 @@ paths:
canonical chain
title: ChainInfo is the information of a CZ
description: >-
QueryChainsInfoResponse is response type for the Query/ChainInfo
QueryChainsInfoResponse is response type for the Query/ChainsInfo
RPC method.
default:
description: An unexpected error response.
Expand Down Expand Up @@ -16039,7 +16039,7 @@ definitions:
canonical chain
title: ChainInfo is the information of a CZ
description: >-
QueryChainsInfoResponse is response type for the Query/ChainInfo RPC
QueryChainsInfoResponse is response type for the Query/ChainsInfo RPC
method.
babylon.zoneconcierge.v1.QueryEpochChainInfoResponse:
type: object
Expand Down
4 changes: 2 additions & 2 deletions proto/babylon/zoneconcierge/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ message QueryChainListResponse {
cosmos.base.query.v1beta1.PageResponse pagination = 2;
}

// QueryChainsInfoRequest is request type for the Query/ChainInfo RPC method.
// QueryChainsInfoRequest is request type for the Query/ChainsInfo RPC method.
message QueryChainsInfoRequest { repeated string chain_ids = 1; }

// QueryChainsInfoResponse is response type for the Query/ChainInfo RPC method.
// QueryChainsInfoResponse is response type for the Query/ChainsInfo RPC method.
message QueryChainsInfoResponse {
repeated babylon.zoneconcierge.v1.ChainInfo chains_info = 1;
}
Expand Down
4 changes: 0 additions & 4 deletions x/zoneconcierge/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ import (
"context"
"fmt"

// "strings"

"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"

"github.com/cosmos/cosmos-sdk/client"
// "github.com/cosmos/cosmos-sdk/client/flags"
// sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/babylonchain/babylon/x/zoneconcierge/types"
)
Expand Down
4 changes: 2 additions & 2 deletions x/zoneconcierge/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1ee110

Please sign in to comment.