From ec71ca56257c31830532a52a269e917103eb6733 Mon Sep 17 00:00:00 2001 From: Jacky Wang Date: Fri, 26 Mar 2021 04:51:14 -0700 Subject: [PATCH] [sync] fix go generate error --- api/service/legacysync/downloader/proto/downloader.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/legacysync/downloader/proto/downloader.pb.go b/api/service/legacysync/downloader/proto/downloader.pb.go index 0185c64db..decadb844 100644 --- a/api/service/legacysync/downloader/proto/downloader.pb.go +++ b/api/service/legacysync/downloader/proto/downloader.pb.go @@ -160,7 +160,7 @@ type DownloaderRequest struct { Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"` Port string `protobuf:"bytes,6,opt,name=port,proto3" json:"port,omitempty"` Size uint32 `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"` - RegisterWithSig bool `protobuf:"varint,8,opt,name=registerWithSig,proto3" json:"registerWithSig,omitempty"` // Expect to have NEWBLOCK response with signature + RegisterWithSig bool `protobuf:"varint,8,opt,name=registerWithSig,proto3" json:"registerWithSig,omitempty"` // Expect to have NEWBLOCK response of block along with current signature } func (x *DownloaderRequest) Reset() {