Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Sep 19, 2024
1 parent cfad47a commit 3f554dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/state/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ func (dt *DomainRoTx) getFromFiles(filekey []byte) (v []byte, found bool, fileSt
useExistenceFilter := dt.d.indexList&withExistence != 0
useCache := dt.name != kv.CommitmentDomain

hi, lo := dt.ht.iit.hashKey(filekey)
hi, _ := dt.ht.iit.hashKey(filekey)
if useCache && dt.getFromFileCache == nil {
dt.getFromFileCache = dt.visible.newGetFromFileCache()
}
Expand Down

0 comments on commit 3f554dc

Please sign in to comment.