Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Feb 20, 2024
1 parent f0ee610 commit ff4f1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2psentinel/sentinel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ message GossipData {
bytes data = 1; // SSZ encoded data
string name = 2;
optional Peer peer = 3;
optional uint64 subnet_id = 4;
}

message Status {
Expand All @@ -56,7 +57,6 @@ message PeerCount {
message RequestData {
bytes data = 1; // SSZ encoded data
string topic = 2;
optional uint64 subnet_id = 3; // The subnet id to send the request to.
}

message ResponseData {
Expand Down

0 comments on commit ff4f1a5

Please sign in to comment.