good morning!!!!

Skip to content
Snippets Groups Projects
Commit be90ad89 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Disable turbo

parent 05b1ec00
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ type EasyPow struct {
}
func New() *EasyPow {
return &EasyPow{turbo: true}
return &EasyPow{turbo: false}
}
func (pow *EasyPow) GetHashrate() int64 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment