Skip to content

Commit

Permalink
change to name
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Dec 26, 2023
1 parent af671b5 commit b4995d3
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 @@ -14,7 +14,7 @@ message Peer {

message GossipData {
bytes data = 1; // SSZ encoded data
string type = 2;
string name = 2;
optional Peer peer = 3;
optional uint32 blob_index = 4; // Blob identifier for EIP4844
}
Expand Down

0 comments on commit b4995d3

Please sign in to comment.