Skip to content

Commit

Permalink
Rename last reference in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Nov 20, 2023
1 parent 3a90c83 commit fc64b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/ibc/lightclients/wasm/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ service Query {
option (google.api.http).get = "/ibc/lightclients/wasm/v1/checksums";
}

// Get Wasm code for given code hash
// Get Wasm code for given checksum
rpc Code(QueryCodeRequest) returns (QueryCodeResponse) {
option (google.api.http).get = "/ibc/lightclients/wasm/v1/checksums/{checksum}/code";
}
Expand Down

0 comments on commit fc64b79

Please sign in to comment.