Skip to content

Commit a23ea84

Browse files
committed
remove comment
1 parent 6c3df24 commit a23ea84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

block/internal/executing/executor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ func (e *Executor) produceBlock() error {
397397
return fmt.Errorf("failed to save block: %w", err)
398398
}
399399

400-
// Once the SaveBlockData has been saved we must update the height and the state.
401400
if err := batch.SetHeight(newHeight); err != nil {
402401
return fmt.Errorf("failed to update store height: %w", err)
403402
}

0 commit comments

Comments
 (0)