From 9feb657763b85cd5beece82efc9e6477235b7d67 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Fri, 20 Feb 2015 18:06:45 +0100
Subject: [PATCH] Turbo off

---
 pow/ezp/pow.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pow/ezp/pow.go b/pow/ezp/pow.go
index f4a8b80e5..540381243 100644
--- a/pow/ezp/pow.go
+++ b/pow/ezp/pow.go
@@ -21,7 +21,7 @@ type EasyPow struct {
 }
 
 func New() *EasyPow {
-	return &EasyPow{turbo: true}
+	return &EasyPow{turbo: false}
 }
 
 func (pow *EasyPow) GetHashrate() int64 {
-- 
GitLab