Commit 9feb6577 authored by obscuren's avatar obscuren

Turbo off

parent cc43ab9a
......@@ -21,7 +21,7 @@ type EasyPow struct {
}
func New() *EasyPow {
return &EasyPow{turbo: true}
return &EasyPow{turbo: false}
}
func (pow *EasyPow) GetHashrate() int64 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment