mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +00:00
consensus/ethash: fixed documentation typo (#17121)
"proot-of-work" to "proof-of-work"
This commit is contained in:
parent
67a7857124
commit
eb794af833
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user