mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +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.
|
// 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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue