Commit eb794af8 authored by Zak Cole's avatar Zak Cole Committed by Péter Szilágyi

consensus/ethash: fixed documentation typo (#17121)

"proot-of-work" to "proof-of-work"
parent 67a78571
...@@ -389,7 +389,7 @@ type Config struct { ...@@ -389,7 +389,7 @@ type Config struct {
PowMode Mode 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. // algorithm.
type Ethash struct { type Ethash struct {
config Config config Config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment