fixed typo

"proot-of-work" to "proof-of-work"
This commit is contained in:
Zak Cole 2018-07-03 13:21:20 -07:00 committed by GitHub
parent 67a7857124
commit 8e03f15f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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