mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-06 08:13:24 +00:00
Disable turbo
This commit is contained in:
parent
05b1ec008b
commit
be90ad89a8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ type EasyPow struct {
|
|||
}
|
||||
|
||||
func New() *EasyPow {
|
||||
return &EasyPow{turbo: true}
|
||||
return &EasyPow{turbo: false}
|
||||
}
|
||||
|
||||
func (pow *EasyPow) GetHashrate() int64 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue