Skip to content

Commit

Permalink
Add eth/67 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jun 28, 2022
1 parent 07fd50f commit 186ea41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p2psentry/sentry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum MessageId {


// ======= eth 67 protocol ===========
// ...
// Version 67 removed the GetNodeData and NodeData messages.
}

message OutboundMessageData {
Expand Down Expand Up @@ -113,6 +113,7 @@ message StatusData {
enum Protocol {
ETH65 = 0;
ETH66 = 1;
ETH67 = 2;
}

message SetStatusReply {}
Expand Down

0 comments on commit 186ea41

Please sign in to comment.