Skip to content

Commit 8e03f15

Browse files
author
Zak Cole
authored
fixed typo
"proot-of-work" to "proof-of-work"
1 parent 67a7857 commit 8e03f15

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)