aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/ethereum.go')
-rw-r--r--ethereal/ethereum.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/ethereal/ethereum.go b/ethereal/ethereum.go
index 30187d956..2867e30d4 100644
--- a/ethereal/ethereum.go
+++ b/ethereal/ethereum.go
@@ -108,9 +108,11 @@ save these words so you can restore your account later: %s
os.Exit(0)
}
- if StartMining {
- utils.DoMining(ethereum)
- }
+ /*
+ if StartMining {
+ utils.DoMining(ethereum)
+ }
+ */
if StartRpc {
utils.DoRpc(ethereum, RpcPort)