Skip to content

Commit

Permalink
core: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: sjtucoder <[email protected]>
  • Loading branch information
sjtucoder committed Jul 22, 2024
1 parent c7a4db7 commit 81cbc41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions proto/oracle/v1/oracle.proto
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ message Params {
// PendingResolveList is a list of requests that are waiting to be resolved
message PendingResolveList {
option (gogoproto.equal) = true;
// RequestIDs is a list of request IDs that are waiting to be resolved
// RequestIds is a list of request IDs that are waiting to be resolved
repeated uint64 request_ids = 1;
}

Expand All @@ -344,7 +344,7 @@ message PendingResolveList {
message IBCChannel {
option (gogoproto.equal) = true;

// PortID is port ID used for sending response packet when request is
// PortId is port ID used for sending response packet when request is
// resolved.
string port_id = 1;
// ChannelID is channel ID used for sending response packet when request is
Expand Down
4 changes: 2 additions & 2 deletions x/oracle/types/oracle.pb.go

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

0 comments on commit 81cbc41

Please sign in to comment.