We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdef117 commit aa4f747Copy full SHA for aa4f747
block/internal/cache/generic_cache.go
@@ -98,7 +98,7 @@ func (c *Cache[T]) removeDAIncluded(hash string) {
98
c.daIncluded.Delete(hash)
99
}
100
101
-// deleteAll removes all items and their associated data from the cache at the given height
+// deleteAllForHeight removes all items and their associated data from the cache at the given height
102
func (c *Cache[T]) deleteAllForHeight(height uint64) {
103
c.itemsByHeight.Delete(height)
104
hash, ok := c.hashByHeight.Load(height)
0 commit comments