Skip to content

Commit

Permalink
Update helpers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rezbera committed Jan 25, 2025
1 parent 7061296 commit 01b2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/client/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func processPayloadStatusResult(
// NewPayload -- Not expected ever, ALWAYS return err.
// FCU -- Not expected ever, ALWAYS return err.
// CL TODOs:
// - In FinalizeBlock, force return error to ensure EL is in sync.
// - In FinalizeBlock, force return error as we don't know the state of EL and shouldn't progress blindly.
return nil, engineerrors.ErrUnknownPayloadStatus
}
}

0 comments on commit 01b2ffd

Please sign in to comment.