aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash
diff options
context:
space:
mode:
authorZak Cole <zak@beattiecole.com>2018-07-04 16:20:58 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-04 16:20:58 +0800
commiteb794af8336de0cfcea6863fe856fbd36e3064ab (patch)
tree850efa5c02b0c29c82318c4f53df01d85efe5d96 /consensus/ethash
parent67a7857124f3815d649215cefc05d608bf7846e4 (diff)
downloadgo-tangerine-eb794af8336de0cfcea6863fe856fbd36e3064ab.tar
go-tangerine-eb794af8336de0cfcea6863fe856fbd36e3064ab.tar.gz
go-tangerine-eb794af8336de0cfcea6863fe856fbd36e3064ab.tar.bz2
go-tangerine-eb794af8336de0cfcea6863fe856fbd36e3064ab.tar.lz
go-tangerine-eb794af8336de0cfcea6863fe856fbd36e3064ab.tar.xz
go-tangerine-eb794af8336de0cfcea6863fe856fbd36e3064ab.tar.zst
go-tangerine-eb794af8336de0cfcea6863fe856fbd36e3064ab.zip
consensus/ethash: fixed documentation typo (#17121)
"proot-of-work" to "proof-of-work"
Diffstat (limited to 'consensus/ethash')
-rw-r--r--consensus/ethash/ethash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/consensus/ethash/ethash.go b/consensus/ethash/ethash.go
index ac049f9c3..f79dd6c36 100644
--- a/consensus/ethash/ethash.go
+++ b/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