We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c6ec1 commit e5b1a2dCopy full SHA for e5b1a2d
op-node/rollup/engine/engine_controller.go
@@ -255,7 +255,6 @@ func (e *EngineController) SetLocalSafeHead(r eth.L2BlockRef) {
255
func (e *EngineController) SetSafeHead(r eth.L2BlockRef) {
256
e.metrics.RecordL2Ref("l2_safe", r)
257
e.safeHead = r
258
- e.needFCUCall = true
259
// Instead of immediately calling FCU, buffer this update
260
e.needSafeHeadUpdate = true
261
}
0 commit comments