We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc43ab9 commit 9feb657Copy full SHA for 9feb657
pow/ezp/pow.go
@@ -21,7 +21,7 @@ type EasyPow struct {
21
}
22
23
func New() *EasyPow {
24
- return &EasyPow{turbo: true}
+ return &EasyPow{turbo: false}
25
26
27
func (pow *EasyPow) GetHashrate() int64 {
0 commit comments