Disable turbo

This commit is contained in:
obscuren 2015-02-18 12:01:20 +01:00
parent 05b1ec008b
commit be90ad89a8

View File

@ -21,7 +21,7 @@ type EasyPow struct {
}
func New() *EasyPow {
return &EasyPow{turbo: true}
return &EasyPow{turbo: false}
}
func (pow *EasyPow) GetHashrate() int64 {