Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/cronos/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion x/cronos/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.