pull/360/head
obscuren 10 years ago
parent cc43ab9a81
commit 9feb657763
  1. 2
      pow/ezp/pow.go

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

Loading…
Cancel
Save