Skip to content

Commit

Permalink
allow the sequencer to always check for new fork information (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott authored Jan 7, 2025
1 parent 451cb91 commit 7b47ba3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zk/stages/stage_l1_sequencer_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ func SpawnL1SequencerSyncStage(
if err != nil {
return err
}
if progress > 0 {
// if we have progress then we can assume that we have the single injected batch already so can just return here
return nil
}
if progress == 0 {
progress = cfg.zkCfg.L1FirstBlock - 1
}
Expand Down

0 comments on commit 7b47ba3

Please sign in to comment.