We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f39bc commit 1d362c6Copy full SHA for 1d362c6
1 file changed
block/internal/syncing/syncer.go
@@ -453,7 +453,6 @@ func (s *Syncer) trySyncNextBlock(event *common.DAHeightEvent) error {
453
newState.DAHeight = event.DaHeight
454
}
455
456
- // Save block, update height, and update state atomically using batch
457
batch, err := s.store.NewBatch(s.ctx)
458
if err != nil {
459
return fmt.Errorf("failed to create batch: %w", err)
0 commit comments