Unverified Commit ff225945 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by GitHub

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

parent 1ed8b7d2
...@@ -167,7 +167,7 @@ func (beacon *Beacon) VerifyHeaders(chain consensus.ChainHeaderReader, headers [ ...@@ -167,7 +167,7 @@ func (beacon *Beacon) VerifyHeaders(chain consensus.ChainHeaderReader, headers [
return abort, results 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. // wrt. their total difficulty.
// It expects: // It expects:
// - preHeaders to be at least 1 element // - preHeaders to be at least 1 element
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment