Skip to content

Commit d1e2199

Browse files
authored
Update historymode.go
1 parent 93bb405 commit d1e2199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/history/historymode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type PrunePoint struct {
7575
BlockHash common.Hash
7676
}
7777

78-
// PrunePointsins the pre-defined history pruning cutoff blocks for known networks.
78+
// PrunePoints the pre-defined history pruning cutoff blocks for known networks.
7979
// They point to the first post-merge block. Any pruning should truncate *up to* but excluding
8080
// given block.
8181
var PrunePoints = map[common.Hash]*PrunePoint{

0 commit comments

Comments
 (0)