Skip to content

Commit 1d362c6

Browse files
committed
remove comment
1 parent 32f39bc commit 1d362c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

block/internal/syncing/syncer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ func (s *Syncer) trySyncNextBlock(event *common.DAHeightEvent) error {
453453
newState.DAHeight = event.DaHeight
454454
}
455455

456-
// Save block, update height, and update state atomically using batch
457456
batch, err := s.store.NewBatch(s.ctx)
458457
if err != nil {
459458
return fmt.Errorf("failed to create batch: %w", err)

0 commit comments

Comments
 (0)