diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-04 03:13:11 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-04 03:13:11 +0800 |
commit | 8e995b97ccc92098f5744dd7fc3d8e7e111ca09c (patch) | |
tree | 90e1ab7694f43608798ab770026b0debfed605d6 /cmd | |
parent | 40ff3cac3943ee672d818776fdd8235fc6684dca (diff) | |
download | go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar.gz go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar.zst go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.zip |
Fixes and debug added
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ethereum/main.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 9d78b6282..f79f948d1 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -114,10 +114,6 @@ func main() { return } - if StartMining { - ethereum.Miner().Start() - } - if len(ImportChain) > 0 { start := time.Now() err := utils.ImportChain(ethereum, ImportChain) |