Skip to content

Commit

Permalink
Add comment on discarded rows
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Feb 28, 2025
1 parent 67a9d12 commit 26ccd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/rawdb/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func InspectDatabase(db ethdb.Database, keyPrefix, keyStart []byte) error {
case database == "Key-Value store" && category == "Difficulties",
database == "Key-Value store" && category == "Beacon sync headers",
database == "Ancient store (Chain)":
// Discard rows specific to libevm (geth) but irrelevant to coreth.
continue
}
newRows = append(newRows, row)
Expand Down

0 comments on commit 26ccd5d

Please sign in to comment.