Filter and mutex locks added

This commit is contained in:
obscuren
2015-02-17 16:12:55 +01:00
parent 815ead7107
commit 567428fb34
7 changed files with 33 additions and 17 deletions

View File

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