mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
add comment
This commit is contained in:
parent
1a948d4944
commit
f599b4fa3d
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ type HistoryPrunePoint struct {
|
|||
}
|
||||
|
||||
// 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{
|
||||
// mainnet
|
||||
params.MainnetGenesisHash: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue