Skip to content

Commit

Permalink
consensus/beacon: fix typo in comment (ethereum#25391)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and blakehhuynh committed Oct 7, 2022
1 parent 13b02e7 commit 36f4fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/beacon/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36f4fa3

Please sign in to comment.