Skip to content

Commit

Permalink
fix mistaken line deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
axelKingsley committed Sep 27, 2024
1 parent 9b62f7b commit 2007969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-node/rollup/interop/interop.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (d *InteropDeriver) OnEvent(ev event.Event) bool {
Ref: candidate,
DerivedFrom: derivedFrom,
})
case types.Finalized:
// TODO(#11673): once we have interop reorg support, we need to clean stale blocks also.
delete(d.derivedFrom, candidate.Hash)
d.emitter.Emit(engine.PromoteSafeEvent{
Expand Down

0 comments on commit 2007969

Please sign in to comment.