consensus/ethash: fixed documentation typo (#17121)

"proot-of-work" to "proof-of-work"
pull/17124/head
Zak Cole 6 years ago committed by Péter Szilágyi
parent 67a7857124
commit eb794af833
  1. 2
      consensus/ethash/ethash.go

@ -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

Loading…
Cancel
Save