Skip to content

Commit

Permalink
Disable turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Feb 18, 2015
1 parent 05b1ec0 commit be90ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pow/ezp/pow.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type EasyPow struct {
}

func New() *EasyPow {
return &EasyPow{turbo: true}
return &EasyPow{turbo: false}
}

func (pow *EasyPow) GetHashrate() int64 {
Expand Down

0 comments on commit be90ad8

Please sign in to comment.