diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-06 02:53:53 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-06 02:53:53 +0800 |
commit | c9985bf563888d5f346408d2ff174167e8b65880 (patch) | |
tree | f9ef6249248c18ffb9060fc4ccf5ce29ab6f5b65 /pow | |
parent | 22c0c5465a274cad10367aa3f68ca64bf61e90eb (diff) | |
download | dexon-c9985bf563888d5f346408d2ff174167e8b65880.tar.gz dexon-c9985bf563888d5f346408d2ff174167e8b65880.tar.zst dexon-c9985bf563888d5f346408d2ff174167e8b65880.zip |
Fixed peer window. Minor tweaks and fixes
Diffstat (limited to 'pow')
-rw-r--r-- | pow/ezp/pow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/ezp/pow.go b/pow/ezp/pow.go index f9f27326f..8c164798a 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 { |