add comment

This commit is contained in:
Sina Mahmoodi 2025-03-13 18:39:05 +01:00
parent 1a948d4944
commit f599b4fa3d

View file

@ -76,6 +76,8 @@ type HistoryPrunePoint struct {
} }
// HistoryPrunePoints contains the pre-defined history pruning cutoff blocks for known networks. // HistoryPrunePoints contains 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
// given block.
var HistoryPrunePoints = map[common.Hash]*HistoryPrunePoint{ var HistoryPrunePoints = map[common.Hash]*HistoryPrunePoint{
// mainnet // mainnet
params.MainnetGenesisHash: { params.MainnetGenesisHash: {