Skip to content

Commit e668b57

Browse files
committed
feedback
1 parent 3834cfd commit e668b57

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

block/internal/cache/generic_cache.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ func (c *Cache[T]) deleteAllForHeight(height uint64) {
198198

199199
if ok {
200200
c.hashes.Remove(hash)
201-
// Remove from daIncluded without triggering a snapshot write — we will
202-
// write the snapshot once below after the removal is applied.
203201
c.daIncluded.Remove(hash)
204202
}
205203

0 commit comments

Comments
 (0)