From 8e995b97ccc92098f5744dd7fc3d8e7e111ca09c Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 3 Mar 2015 20:13:11 +0100 Subject: Fixes and debug added --- cmd/ethereum/main.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmd/ethereum') 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) -- cgit v1.2.3