chore(proto): fix comments (#20679)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
winniehere
2024-06-17 08:32:06 +00:00
committed by GitHub
co-authored by Julien Robert
parent 9ab7d397bb
commit 1ed018afa8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -843,7 +843,7 @@ func (*QueryConfigRequest) Descriptor() ([]byte, []int) {
return file_cosmos_app_v1alpha1_query_proto_rawDescGZIP(), []int{0}
}
// QueryConfigRequest is the Query/Config response type.
// QueryConfigResponse is the Query/Config response type.
type QueryConfigResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
+1 -1
View File
@@ -14684,7 +14684,7 @@ func (x *HistoricalInfo) GetValset() []*Validator {
return nil
}
// Historical contains a set of minimum values needed for evaluating historical validator sets and blocks.
// HistoricalRecord contains a set of minimum values needed for evaluating historical validator sets and blocks.
// It is stored as part of staking module's state, which persists the `n` most
// recent HistoricalInfo
// (`n` is set by the staking module's `historical_entries` parameter).