consensus/beacon: fix typo in comment (#25391)

pull/25397/head
Guillaume Ballet 2 years ago committed by GitHub
parent 1ed8b7d24f
commit ff2259457a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      consensus/beacon/consensus.go

@ -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…
Cancel
Save