mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Update Reference accumulator.go
This commit is contained in:
parent
20ad4f500e
commit
208924a7f6
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.
|
// 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-historical-hashes-accumulator
|
||||||
// for more information.
|
// for more information.
|
||||||
type headerRecord struct {
|
type headerRecord struct {
|
||||||
Hash common.Hash
|
Hash common.Hash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue