Skip to content

Commit

Permalink
push image
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Aug 8, 2024
1 parent a0f7a03 commit 2d2cfb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taiko-client/driver/chain_syncer/blob/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ func (s *Syncer) createExecutionPayloads(
if fcRes.PayloadStatus.Status != engine.VALID {
return nil, fmt.Errorf("unexpected ForkchoiceUpdate response status: %s", fcRes.PayloadStatus.Status)
}

if fcRes.PayloadID == nil {
return nil, errors.New("empty payload ID")
}
Expand Down

0 comments on commit 2d2cfb7

Please sign in to comment.