We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bb405 commit d1e2199Copy full SHA for d1e2199
core/history/historymode.go
@@ -75,7 +75,7 @@ type PrunePoint struct {
75
BlockHash common.Hash
76
}
77
78
-// PrunePointsins the pre-defined history pruning cutoff blocks for known networks.
+// PrunePoints the pre-defined history pruning cutoff blocks for known networks.
79
// They point to the first post-merge block. Any pruning should truncate *up to* but excluding
80
// given block.
81
var PrunePoints = map[common.Hash]*PrunePoint{
0 commit comments