chore(x/accounts): fix comment (#20755)
This commit is contained in:
parent
9763303281
commit
ef0c600d66
@ -9490,7 +9490,7 @@ func (*QueryConfig) Descriptor() ([]byte, []int) {
|
||||
return file_cosmos_accounts_defaults_multisig_v1_multisig_proto_rawDescGZIP(), []int{15}
|
||||
}
|
||||
|
||||
// QuerySequenceResponse returns the sequence of the account.
|
||||
// QueryConfigResponse returns the config of the account.
|
||||
type QueryConfigResponse struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
|
||||
@ -869,7 +869,7 @@ func (m *QueryConfig) XXX_DiscardUnknown() {
|
||||
|
||||
var xxx_messageInfo_QueryConfig proto.InternalMessageInfo
|
||||
|
||||
// QuerySequenceResponse returns the sequence of the account.
|
||||
// QueryConfigResponse returns the config of the account.
|
||||
type QueryConfigResponse struct {
|
||||
Members []*Member `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"`
|
||||
Config *Config `protobuf:"bytes,2,opt,name=Config,proto3" json:"Config,omitempty"`
|
||||
|
||||
@ -96,7 +96,7 @@ message QuerySequenceResponse {
|
||||
|
||||
message QueryConfig {}
|
||||
|
||||
// QuerySequenceResponse returns the sequence of the account.
|
||||
// QueryConfigResponse returns the config of the account.
|
||||
message QueryConfigResponse {
|
||||
repeated Member members = 1;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user