diff --git a/proto/cronos/query.proto b/proto/cronos/query.proto index 24bcc69ed0..0cf0610ce8 100644 --- a/proto/cronos/query.proto +++ b/proto/cronos/query.proto @@ -52,7 +52,7 @@ message ContractByDenomRequest { string denom = 1; } -// ContractByDenomRequest is the response type of ContractByDenom call +// ContractByDenomResponse is the response type of ContractByDenom call message ContractByDenomResponse { string contract = 1; string auto_contract = 2; diff --git a/x/cronos/types/query.pb.go b/x/cronos/types/query.pb.go index 92d67d9067..67aeaed428 100644 --- a/x/cronos/types/query.pb.go +++ b/x/cronos/types/query.pb.go @@ -72,7 +72,7 @@ func (m *ContractByDenomRequest) XXX_DiscardUnknown() { var xxx_messageInfo_ContractByDenomRequest proto.InternalMessageInfo -// ContractByDenomRequest is the response type of ContractByDenom call +// ContractByDenomResponse is the response type of ContractByDenom call type ContractByDenomResponse struct { Contract string `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"` AutoContract string `protobuf:"bytes,2,opt,name=auto_contract,json=autoContract,proto3" json:"auto_contract,omitempty"`