chore: fix 404 status URL

Signed-off-by: hishope <csqiye@126.com>
This commit is contained in:
hishope 2024-11-29 11:32:07 +08:00
parent c7a8bcecbe
commit 0bd7a3fe57

View file

@ -49,7 +49,7 @@ func ComputeAccumulator(hashes []common.Hash, tds []*big.Int) (common.Hash, erro
// headerRecord is an individual record for a historical header. // 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. // for more information.
type headerRecord struct { type headerRecord struct {
Hash common.Hash Hash common.Hash