Skip to content

Commit

Permalink
Update comment in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Apr 10, 2023
1 parent 13e72ee commit 038ade2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27541,7 +27541,7 @@ paths:
has_parent:
type: boolean
format: boolean
description: parent is the information of the parent token.
description: whether the token has its parent.
description: >-
QueryHasParentResponse is the response type for the
Query/HasParent RPC method.
Expand Down Expand Up @@ -51640,7 +51640,7 @@ definitions:
has_parent:
type: boolean
format: boolean
description: parent is the information of the parent token.
description: whether the token has its parent.
description: >-
QueryHasParentResponse is the response type for the Query/HasParent RPC
method.
Expand Down
2 changes: 1 addition & 1 deletion docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10305,7 +10305,7 @@ QueryHasParentResponse is the response type for the Query/HasParent RPC method.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `has_parent` | [bool](#bool) | | parent is the information of the parent token. |
| `has_parent` | [bool](#bool) | | whether the token has its parent. |



Expand Down
2 changes: 1 addition & 1 deletion proto/lbm/collection/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ message QueryHasParentRequest {

// QueryHasParentResponse is the response type for the Query/HasParent RPC method.
message QueryHasParentResponse {
// parent is the information of the parent token.
// whether the token has its parent.
bool has_parent = 1;
}

Expand Down
2 changes: 1 addition & 1 deletion x/collection/query.pb.go

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

0 comments on commit 038ade2

Please sign in to comment.