aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-04 00:55:29 +0800
committerobscuren <geffobscura@gmail.com>2015-03-04 00:55:29 +0800
commit53b5a45856c5d4c307dc55b4ae1b46efd9471142 (patch)
tree56eb1f936610cc461742d2bb08431e304870e85a /cmd/ethereum
parentb0aaa77f0213cb525a873c3bea92e8a06cff423f (diff)
parent313fe3861b3c338b3b6304adac46c86af7e2d52e (diff)
downloadgo-tangerine-53b5a45856c5d4c307dc55b4ae1b46efd9471142.tar
go-tangerine-53b5a45856c5d4c307dc55b4ae1b46efd9471142.tar.gz
go-tangerine-53b5a45856c5d4c307dc55b4ae1b46efd9471142.tar.bz2
go-tangerine-53b5a45856c5d4c307dc55b4ae1b46efd9471142.tar.lz
go-tangerine-53b5a45856c5d4c307dc55b4ae1b46efd9471142.tar.xz
go-tangerine-53b5a45856c5d4c307dc55b4ae1b46efd9471142.tar.zst
go-tangerine-53b5a45856c5d4c307dc55b4ae1b46efd9471142.zip
Merge branch 'xcthulhu-publictests' into poc-9
Diffstat (limited to 'cmd/ethereum')
-rw-r--r--cmd/ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index f72b11e14..dc25e4ae0 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -114,7 +114,7 @@ func main() {
}
if StartMining {
- utils.StartMining(ethereum)
+ ethereum.Miner().Start()
}
if len(ImportChain) > 0 {