We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e73552 commit 78d375cCopy full SHA for 78d375c
block/internal/syncing/syncer.go
@@ -320,8 +320,7 @@ func (s *Syncer) fetchDAUntilCaughtUp() error {
320
321
if len(events) == 0 {
322
// This can happen if RetrieveFromDA returns no events and no error.
323
- s.logger.Debug().Uint64("da_height", daHeight).Msg("no events returned from DA, but no error either. Backing off.")
324
- // return fmt.Errorf("no events returned from DA for height %d", daHeight)
+ s.logger.Debug().Uint64("da_height", daHeight).Msg("no events returned from DA, but no error either.")
325
}
326
327
// Process DA events
0 commit comments