diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-05 05:04:19 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-05 05:04:19 +0800 |
commit | 053d5552abdbc4cf41376149b141e24a01713e5a (patch) | |
tree | 8083ace145e4270f4a72e35fff2af0ec5e37cc38 /miner/miner.go | |
parent | 5dc5e669864153949899b7a7c37737be65b80ba1 (diff) | |
download | go-tangerine-053d5552abdbc4cf41376149b141e24a01713e5a.tar.gz go-tangerine-053d5552abdbc4cf41376149b141e24a01713e5a.tar.zst go-tangerine-053d5552abdbc4cf41376149b141e24a01713e5a.zip |
Updated logging
Diffstat (limited to 'miner/miner.go')
-rw-r--r-- | miner/miner.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/miner/miner.go b/miner/miner.go index cf84c11f3..581de9674 100644 --- a/miner/miner.go +++ b/miner/miner.go @@ -6,12 +6,9 @@ import ( "github.com/ethereum/ethash" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" - "github.com/ethereum/go-ethereum/logger" "github.com/ethereum/go-ethereum/pow" ) -var minerlogger = logger.NewLogger("MINER") - type Miner struct { worker *worker |