Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some comments for struct field #21027

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions api/cosmos/nft/v1beta1/query_grpc.pb.go

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

2 changes: 1 addition & 1 deletion client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29831,7 +29831,7 @@ paths:
/cosmos/nft/v1beta1/balance:
get:
summary: >-
BalancebyQueryString queries the number of NFTs of a given class owned
BalanceByQueryString queries the number of NFTs of a given class owned
by the owner, same as balanceOf in ERC721
operationId: BalanceByQueryString
responses:
Expand Down
2 changes: 1 addition & 1 deletion x/nft/proto/cosmos/nft/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ service Query {
option (google.api.http).get = "/cosmos/nft/v1beta1/balance/{owner}/{class_id}";
}

// BalancebyQueryString queries the number of NFTs of a given class owned by the owner, same as balanceOf in ERC721
// BalanceByQueryString queries the number of NFTs of a given class owned by the owner, same as balanceOf in ERC721
rpc BalanceByQueryString(QueryBalanceByQueryStringRequest) returns (QueryBalanceByQueryStringResponse) {
option (google.api.http).get = "/cosmos/nft/v1beta1/balance";
option (cosmos_proto.method_added_in) = "nft v0.1.1";
Expand Down
4 changes: 2 additions & 2 deletions x/nft/query.pb.go

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

Loading