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 ff8af9a commit 8c9a251Copy full SHA for 8c9a251
rollup/rollup_sync_service/rollup_sync_service.go
@@ -209,7 +209,7 @@ func (s *RollupSyncService) fetchRollupEvents() error {
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")
212
- s.callDataBlobSource.SetL1Height(7892672)
+ s.callDataBlobSource.SetL1Height(7892668)
213
214
return nil
215
}
0 commit comments