Skip to content

Commit

Permalink
Change misleading protobuf comments (#3435)
Browse files Browse the repository at this point in the history
Signed-off-by: Yacov Manevich <[email protected]>
  • Loading branch information
yacovm authored Oct 2, 2024
1 parent f03745d commit e569bb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions proto/p2p/p2p.proto
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,13 @@ message PullQuery {
message Chits {
// Chain being responded from
bytes chain_id = 1;
// Request id of the original PushQuery/PullQuery request
// Request ID of the original PushQuery/PullQuery request
uint32 request_id = 2;
// Currently preferred block
// ID of the currently preferred block
bytes preferred_id = 3;
// Last accepted block
// ID of the last accepted block
bytes accepted_id = 4;
// Currently preferred block at the requested height
// ID of the currently preferred block at the requested height
bytes preferred_id_at_height = 5;
}

Expand Down
8 changes: 4 additions & 4 deletions proto/pb/p2p/p2p.pb.go

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

0 comments on commit e569bb0

Please sign in to comment.