diff --git a/proto/p2p/p2p.proto b/proto/p2p/p2p.proto index 53c0c84de30..221a037f524 100644 --- a/proto/p2p/p2p.proto +++ b/proto/p2p/p2p.proto @@ -193,7 +193,7 @@ message StateSummaryFrontier { // GetAcceptedStateSummary requests a set of state summaries at a set of // block heights message GetAcceptedStateSummary { - // Chain bein requested from + // Chain being requested from bytes chain_id = 1; // Unique identifier for this request uint32 request_id = 2; diff --git a/proto/pb/p2p/p2p.pb.go b/proto/pb/p2p/p2p.pb.go index bd55ad70354..5ca017be18b 100644 --- a/proto/pb/p2p/p2p.pb.go +++ b/proto/pb/p2p/p2p.pb.go @@ -1272,7 +1272,7 @@ type GetAcceptedStateSummary struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // Chain bein requested from + // Chain being requested from ChainId []byte `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` // Unique identifier for this request RequestId uint32 `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`