chore(proto): fix comments (#20679)
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
9ab7d397bb
commit
1ed018afa8
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user