Skip to content

Commit eb794af

Browse files
Zak Colekaralabe
authored andcommitted
consensus/ethash: fixed documentation typo (#17121)
"proot-of-work" to "proof-of-work"
1 parent 67a7857 commit eb794af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/ethash/ethash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ type Config struct {
389389
PowMode Mode
390390
}
391391

392-
// Ethash is a consensus engine based on proot-of-work implementing the ethash
392+
// Ethash is a consensus engine based on proof-of-work implementing the ethash
393393
// algorithm.
394394
type Ethash struct {
395395
config Config

0 commit comments

Comments
 (0)