Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 5, 2024
1 parent 963dbca commit 5f44189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/state/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ func (ht *HistoryRoTx) WalkAsOf(ctx context.Context, startTxNum uint64, from, to
}
for i, item := range ht.iit.files {
if item.endTxNum <= startTxNum {
fmt.Printf("[dbg] ht.iit.files skip file: %s, %d, %d\n", item.getter.FileName(), item.endTxNum, startTxNum)
fmt.Printf("[dbg] ht.iit.files skip file: %s, %d, %d\n", item.src.decompressor.FileName(), item.endTxNum, startTxNum)
continue
}
fmt.Printf("[dbg] ht.iit.files use file: %s\n", item.src.decompressor.FileName())
Expand Down

0 comments on commit 5f44189

Please sign in to comment.