Skip to content

Commit

Permalink
Added subnet_id to gossip data (#210)
Browse files Browse the repository at this point in the history
* save

* save
  • Loading branch information
Giulio2002 authored Feb 21, 2024
1 parent 18e6676 commit 43e494b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 Down

0 comments on commit 43e494b

Please sign in to comment.