We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f728e4d + e7d78cb commit a9175d3Copy full SHA for a9175d3
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