aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-04 03:13:11 +0800
committerobscuren <geffobscura@gmail.com>2015-03-04 03:13:11 +0800
commit8e995b97ccc92098f5744dd7fc3d8e7e111ca09c (patch)
tree90e1ab7694f43608798ab770026b0debfed605d6 /cmd
parent40ff3cac3943ee672d818776fdd8235fc6684dca (diff)
downloadgo-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar
go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar.gz
go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar.bz2
go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar.lz
go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar.xz
go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.tar.zst
go-tangerine-8e995b97ccc92098f5744dd7fc3d8e7e111ca09c.zip
Fixes and debug added
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go4
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)