Skip to content

Commit 9feb657

Browse files
committed
Turbo off
1 parent cc43ab9 commit 9feb657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pow/ezp/pow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type EasyPow struct {
2121
}
2222

2323
func New() *EasyPow {
24-
return &EasyPow{turbo: true}
24+
return &EasyPow{turbo: false}
2525
}
2626

2727
func (pow *EasyPow) GetHashrate() int64 {

0 commit comments

Comments
 (0)