We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b4ba4 commit 8d8d964Copy full SHA for 8d8d964
storage/store/results.go
@@ -16,7 +16,7 @@ import (
16
type ExecutionResults struct {
17
db storage.DB
18
cache *Cache[flow.Identifier, *flow.ExecutionResult]
19
- indexCache *Cache[flow.Identifier, flow.Identifier]
+ indexCache *Cache[flow.Identifier, flow.Identifier] // blockID -> resultID
20
}
21
22
var _ storage.ExecutionResults = (*ExecutionResults)(nil)
0 commit comments