Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
op-node/rollup/sequencing: Fix temporary engine error handling (#12258)
Do schedule a next sequencer action even if the building state is empty in `onEngineTemporaryError`. This can happen if the previous successful payload cleared the building state and then when `startBuildingBlock` is entered, it hits a temp error but never modified the cleared building state, so the temp error handler would never schedule the next action. Towards #12240 #12041
- Loading branch information