Skip to content

Commit 1fd806d

Browse files
authored
internal/era: update link to documentation (#31879)
Updated reference URL in accumulator.go comment to point to the correct location of the historical-hashes-accumulator documentation in the Ethereum portal network specs
1 parent 29a87e4 commit 1fd806d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/era/accumulator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func ComputeAccumulator(hashes []common.Hash, tds []*big.Int) (common.Hash, erro
4949

5050
// headerRecord is an individual record for a historical header.
5151
//
52-
// See https://github.com/ethereum/portal-network-specs/blob/master/history-network.md#the-header-accumulator
52+
// See https://github.com/ethereum/portal-network-specs/blob/master/history/history-network.md#the-historical-hashes-accumulator
5353
// for more information.
5454
type headerRecord struct {
5555
Hash common.Hash

0 commit comments

Comments
 (0)