소스 검색

consensus/ethash: fixed documentation typo (#17121)

"proot-of-work" to "proof-of-work"
Zak Cole 7 년 전
부모
커밋
eb794af833
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      consensus/ethash/ethash.go

+ 1 - 1
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