Skip to content

Commit ff22594

Browse files
authored
consensus/beacon: fix typo in comment (#25391)
1 parent 1ed8b7d commit ff22594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/beacon/consensus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (beacon *Beacon) VerifyHeaders(chain consensus.ChainHeaderReader, headers [
167167
return abort, results
168168
}
169169

170-
// verifyTerminalPoWBlock verifies that the preHeaders confirm to the specification
170+
// verifyTerminalPoWBlock verifies that the preHeaders conform to the specification
171171
// wrt. their total difficulty.
172172
// It expects:
173173
// - preHeaders to be at least 1 element

0 commit comments

Comments
 (0)