mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
Use finalized hash if payloadID cache misses (#11653)
This commit is contained in:
parent
68c3e939b8
commit
216cdd9361
@ -145,7 +145,7 @@ func (vs *Server) getExecutionPayload(ctx context.Context, slot types.Slot, vIdx
|
|||||||
|
|
||||||
f := &enginev1.ForkchoiceState{
|
f := &enginev1.ForkchoiceState{
|
||||||
HeadBlockHash: parentHash,
|
HeadBlockHash: parentHash,
|
||||||
SafeBlockHash: parentHash,
|
SafeBlockHash: finalizedBlockHash,
|
||||||
FinalizedBlockHash: finalizedBlockHash,
|
FinalizedBlockHash: finalizedBlockHash,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user