From 8e03f15f0d828cb939560d853841a4d3dbc8084e Mon Sep 17 00:00:00 2001 From: Zak Cole Date: Tue, 3 Jul 2018 13:21:20 -0700 Subject: [PATCH] fixed typo "proot-of-work" to "proof-of-work" --- consensus/ethash/ethash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/ethash/ethash.go b/consensus/ethash/ethash.go index ac049f9c36919..f79dd6c36b94d 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