mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 09:03:48 +00:00
consensus/beacon: fix typo in comment (#25391)
This commit is contained in:
parent
1ed8b7d24f
commit
ff2259457a
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ func (beacon *Beacon) VerifyHeaders(chain consensus.ChainHeaderReader, headers [
|
|||
return abort, results
|
||||
}
|
||||
|
||||
// verifyTerminalPoWBlock verifies that the preHeaders confirm to the specification
|
||||
// verifyTerminalPoWBlock verifies that the preHeaders conform to the specification
|
||||
// wrt. their total difficulty.
|
||||
// It expects:
|
||||
// - preHeaders to be at least 1 element
|
||||
|
|
|
|||
Loading…
Reference in a new issue