Skip to content

Commit

Permalink
reduce fcu call
Browse files Browse the repository at this point in the history
  • Loading branch information
claymega committed Nov 11, 2024
1 parent 77c6b25 commit 145ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/rollup/engine/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func (d *EngDeriver) OnEvent(ev event.Event) bool {
d.ec.SetSafeHead(x.Ref)
d.emitter.Emit(SafeDerivedEvent{Safe: x.Ref, DerivedFrom: x.DerivedFrom})
// Try to apply the forkchoice changes
d.emitter.Emit(TryUpdateEngineEvent{})
//d.emitter.Emit(TryUpdateEngineEvent{})
}
case PromoteFinalizedEvent:
if x.Ref.Number < d.ec.Finalized().Number {
Expand Down

0 comments on commit 145ab46

Please sign in to comment.