We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3df24 commit a23ea84Copy full SHA for a23ea84
1 file changed
block/internal/executing/executor.go
@@ -397,7 +397,6 @@ func (e *Executor) produceBlock() error {
397
return fmt.Errorf("failed to save block: %w", err)
398
}
399
400
- // Once the SaveBlockData has been saved we must update the height and the state.
401
if err := batch.SetHeight(newHeight); err != nil {
402
return fmt.Errorf("failed to update store height: %w", err)
403
0 commit comments