mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
chore: fix 404 status URL
Signed-off-by: hishope <csqiye@126.com>
This commit is contained in:
parent
c7a8bcecbe
commit
0bd7a3fe57
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue