Skip to content

Commit d65867e

Browse files
committed
comment
1 parent 7d35ca0 commit d65867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func (s *DefaultStore) Rollback(ctx context.Context, height uint64, aggregator b
323323
}
324324

325325
if err := batch.Delete(ctx, ds.NewKey(getStateAtHeightKey(currentHeight))); err != nil {
326-
return fmt.Errorf("failed to delete header blob in batch: %w", err)
326+
return fmt.Errorf("failed to delete state in batch: %w", err)
327327
}
328328

329329
currentHeight--

0 commit comments

Comments
 (0)