mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Update historymode.go
This commit is contained in:
parent
93bb4057fb
commit
d1e2199e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue