Skip to content

Commit

Permalink
fix: prunedfreezer compatibility with EIP-4844
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjunLi committed Jul 8, 2024
1 parent 8ba3eae commit 2fa163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rawdb/prunedfreezer.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (f *prunedfreezer) repair(datadir string) error {
}
table.Close()
}
items := head - tail
items := head - tail + 1
log.Info("Read ancientdb item counts", "items", items)
offset += items

Expand Down

0 comments on commit 2fa163d

Please sign in to comment.