From f599b4fa3d852f7e6c85df1b77ee8f267a2ad0b2 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Thu, 13 Mar 2025 18:39:05 +0100 Subject: [PATCH] add comment --- eth/ethconfig/historymode.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eth/ethconfig/historymode.go b/eth/ethconfig/historymode.go index 1034d68f00..c3661004e8 100644 --- a/eth/ethconfig/historymode.go +++ b/eth/ethconfig/historymode.go @@ -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: {