Turbo off

This commit is contained in:
obscuren 2015-02-20 18:06:45 +01:00
parent cc43ab9a81
commit 9feb657763
1 changed files with 1 additions and 1 deletions

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 {