Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix proto comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Jun 22, 2021
1 parent 420b8f6 commit 6018f68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ QueryValidatorAccountRequest is the request type for the Query/ValidatorAccount

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `cons_address` | [string](#string) | | val_address is the validator cons address to query the account for. |
| `cons_address` | [string](#string) | | cons_address is the validator cons address to query the account for. |



Expand Down
2 changes: 1 addition & 1 deletion proto/ethermint/evm/v1alpha1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ message QueryValidatorAccountRequest {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;

// val_address is the validator cons address to query the account for.
// cons_address is the validator cons address to query the account for.
string cons_address = 1;
}

Expand Down
2 changes: 1 addition & 1 deletion x/evm/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 6018f68

Please sign in to comment.