Skip to content

Commit

Permalink
consensus/ethash: fixed documentation typo (#17121)
Browse files Browse the repository at this point in the history
"proot-of-work" to "proof-of-work"
  • Loading branch information
Zak Cole authored and karalabe committed Jul 4, 2018
1 parent 67a7857 commit eb794af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/ethash/ethash.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ type Config struct {
PowMode Mode
}

// Ethash is a consensus engine based on proot-of-work implementing the ethash
// Ethash is a consensus engine based on proof-of-work implementing the ethash
// algorithm.
type Ethash struct {
config Config
Expand Down

0 comments on commit eb794af

Please sign in to comment.