mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-12 05:50:06 +00:00
added FCU hash on proposing (#4193)
This commit is contained in:
parent
78f1d01a82
commit
1e3ad39202
@ -518,8 +518,11 @@ func (s *EthBackendServer) EngineForkChoiceUpdatedV1(ctx context.Context, req *r
|
||||
|
||||
// successfully assembled the payload and assigned the correct id
|
||||
return &remote.EngineForkChoiceUpdatedReply{
|
||||
PayloadStatus: &remote.EnginePayloadStatus{Status: remote.EngineStatus_VALID},
|
||||
PayloadId: s.payloadId,
|
||||
PayloadStatus: &remote.EnginePayloadStatus{
|
||||
Status: remote.EngineStatus_VALID,
|
||||
LatestValidHash: gointerfaces.ConvertHashToH256(headHash),
|
||||
},
|
||||
PayloadId: s.payloadId,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user