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 8c9a251 commit 5fe1ed2Copy full SHA for 5fe1ed2
rollup/rollup_sync_service/rollup_sync_service.go
@@ -208,7 +208,7 @@ func (s *RollupSyncService) fetchRollupEvents() error {
208
209
if err = s.updateRollupEvents(daEntries); err != nil {
210
if errors.Is(err, ErrShouldResetSyncHeight) {
211
- log.Warn("Resetting sync height to L1 block 7892672 to fix L1 message queue hash calculation")
+ log.Warn("Resetting sync height to L1 block 7892668 to fix L1 message queue hash calculation")
212
s.callDataBlobSource.SetL1Height(7892668)
213
214
return nil
0 commit comments