aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/dagger.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/dagger.go')
-rw-r--r--ethchain/dagger.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/ethchain/dagger.go b/ethchain/dagger.go
index 43725e336..08c4826db 100644
--- a/ethchain/dagger.go
+++ b/ethchain/dagger.go
@@ -1,8 +1,8 @@
package ethchain
import (
- "github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/eth-go/ethlog"
+ "github.com/ethereum/eth-go/ethutil"
"github.com/obscuren/sha3"
"hash"
"math/big"
@@ -31,7 +31,6 @@ func (pow *EasyPow) Search(block *Block, reactChan chan ethutil.React) []byte {
for {
select {
case <-reactChan:
- //powlogger.Infoln("Received reactor event; breaking out.")
return nil
default:
i++