Skip to content

Commit

Permalink
fix: fix number
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjunLi committed Jul 4, 2024
1 parent ecda34f commit 198bac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/rawdb/prunedfreezer.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ func (f *prunedfreezer) repair(datadir string) error {
if err != nil {
return err
}
if name == ChainFreezerBlobSidecarTable {
continue
}
items := table.items.Load()
if min > items {
min = items
Expand Down

0 comments on commit 198bac0

Please sign in to comment.