Skip to content

Commit 8d8d964

Browse files
committed
add comments
1 parent 50b4ba4 commit 8d8d964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/store/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
type ExecutionResults struct {
1717
db storage.DB
1818
cache *Cache[flow.Identifier, *flow.ExecutionResult]
19-
indexCache *Cache[flow.Identifier, flow.Identifier]
19+
indexCache *Cache[flow.Identifier, flow.Identifier] // blockID -> resultID
2020
}
2121

2222
var _ storage.ExecutionResults = (*ExecutionResults)(nil)

0 commit comments

Comments
 (0)