Skip to content

Commit 1ed018a

Browse files
chore(proto): fix comments (#20679)
Co-authored-by: Julien Robert <[email protected]>
1 parent 9ab7d39 commit 1ed018a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api/cosmos/app/v1alpha1/query.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/cosmos/staking/v1beta1/staking.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/cosmos/app/v1alpha1/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ service Query {
1818
// QueryConfigRequest is the Query/Config request type.
1919
message QueryConfigRequest {}
2020

21-
// QueryConfigRequest is the Query/Config response type.
21+
// QueryConfigResponse is the Query/Config response type.
2222
message QueryConfigResponse {
2323

2424
// config is the current app config.

x/staking/proto/cosmos/staking/v1beta1/staking.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ message HistoricalInfo {
2525
repeated Validator valset = 2 [(gogoproto.nullable) = false, (amino.dont_omitempty) = true];
2626
}
2727

28-
// Historical contains a set of minimum values needed for evaluating historical validator sets and blocks.
28+
// HistoricalRecord contains a set of minimum values needed for evaluating historical validator sets and blocks.
2929
// It is stored as part of staking module's state, which persists the `n` most
3030
// recent HistoricalInfo
3131
// (`n` is set by the staking module's `historical_entries` parameter).

x/staking/types/staking.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)