This commit is contained in:
Giulio rebuffo 2021-12-28 01:50:12 +01:00 committed by GitHub
parent 910ae8eec6
commit bd5e7706f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,8 +559,8 @@ type EngineForkChoiceUpdatedRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Forkchoice *EngineForkChoiceUpdated `protobuf:"bytes,2,opt,name=forkchoice,proto3" json:"forkchoice,omitempty"`
Prepare *EnginePreparePayload `protobuf:"bytes,1,opt,name=prepare,proto3" json:"prepare,omitempty"`
Forkchoice *EngineForkChoiceUpdated `protobuf:"bytes,1,opt,name=forkchoice,proto3" json:"forkchoice,omitempty"`
Prepare *EnginePreparePayload `protobuf:"bytes,2,opt,name=prepare,proto3" json:"prepare,omitempty"`
}
func (x *EngineForkChoiceUpdatedRequest) Reset() {
@ -1194,11 +1194,11 @@ var file_remote_ethbackend_proto_rawDesc = []byte{
0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x61, 0x73, 0x68, 0x22, 0x99, 0x01, 0x0a, 0x1e, 0x45, 0x6e,
0x67, 0x69, 0x6e, 0x65, 0x46, 0x6f, 0x72, 0x6b, 0x43, 0x68, 0x6f, 0x69, 0x63, 0x65, 0x55, 0x70,
0x64, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x0a,
0x66, 0x6f, 0x72, 0x6b, 0x63, 0x68, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
0x66, 0x6f, 0x72, 0x6b, 0x63, 0x68, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
0x32, 0x1f, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65,
0x46, 0x6f, 0x72, 0x6b, 0x43, 0x68, 0x6f, 0x69, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
0x64, 0x52, 0x0a, 0x66, 0x6f, 0x72, 0x6b, 0x63, 0x68, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x36, 0x0a,
0x07, 0x70, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c,
0x07, 0x70, 0x72, 0x65, 0x70, 0x61, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c,
0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x50, 0x72,
0x65, 0x70, 0x61, 0x72, 0x65, 0x50, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x07, 0x70, 0x72,
0x65, 0x70, 0x61, 0x72, 0x65, 0x22, 0x54, 0x0a, 0x1c, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x46,