Update historymode.go

This commit is contained in:
Felix Lange 2025-04-15 14:28:43 +02:00 committed by GitHub
parent 93bb4057fb
commit d1e2199e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ type PrunePoint struct {
BlockHash common.Hash BlockHash common.Hash
} }
// PrunePointsins the pre-defined history pruning cutoff blocks for known networks. // PrunePoints the pre-defined history pruning cutoff blocks for known networks.
// They point to the first post-merge block. Any pruning should truncate *up to* but excluding // They point to the first post-merge block. Any pruning should truncate *up to* but excluding
// given block. // given block.
var PrunePoints = map[common.Hash]*PrunePoint{ var PrunePoints = map[common.Hash]*PrunePoint{