From 0bd7a3fe57eb614ea394cb3a63374addc2e28829 Mon Sep 17 00:00:00 2001 From: hishope Date: Fri, 29 Nov 2024 11:32:07 +0800 Subject: [PATCH] chore: fix 404 status URL Signed-off-by: hishope --- internal/era/accumulator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/era/accumulator.go b/internal/era/accumulator.go index 2ece2755e1..f2c0a8123b 100644 --- a/internal/era/accumulator.go +++ b/internal/era/accumulator.go @@ -49,7 +49,7 @@ func ComputeAccumulator(hashes []common.Hash, tds []*big.Int) (common.Hash, erro // headerRecord is an individual record for a historical header. // -// See https://github.com/ethereum/portal-network-specs/blob/master/history-network.md#the-header-accumulator +// See https://github.com/ethereum/portal-network-specs/blob/master/history/history-network.md#the-header-accumulator // for more information. type headerRecord struct { Hash common.Hash