Skip to content

Commit 5fe1ed2

Browse files
committed
fix comment
1 parent 8c9a251 commit 5fe1ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/rollup_sync_service/rollup_sync_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func (s *RollupSyncService) fetchRollupEvents() error {
208208

209209
if err = s.updateRollupEvents(daEntries); err != nil {
210210
if errors.Is(err, ErrShouldResetSyncHeight) {
211-
log.Warn("Resetting sync height to L1 block 7892672 to fix L1 message queue hash calculation")
211+
log.Warn("Resetting sync height to L1 block 7892668 to fix L1 message queue hash calculation")
212212
s.callDataBlobSource.SetL1Height(7892668)
213213

214214
return nil

0 commit comments

Comments
 (0)