From e8262fa1bd2a6c0b6fc07d97bccc6127b6fb6e06 Mon Sep 17 00:00:00 2001 From: drawdrop Date: Mon, 12 Aug 2024 22:41:34 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: drawdrop --- proto/p2p/p2p.proto | 2 +- proto/pb/p2p/p2p.pb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/p2p/p2p.proto b/proto/p2p/p2p.proto index 53c0c84de303..221a037f524f 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 bd55ad703546..5ca017be18bf 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"`