aboutsummaryrefslogtreecommitdiff
path: root/coreth.go
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-08-13 14:05:49 -0400
committerDeterminant <ted.sybil@gmail.com>2019-08-13 14:05:49 -0400
commitad886faec521f1edcb90f6f8eb4555608d085312 (patch)
tree6961cfb35654b8bfcbb326735fe7e054e8aa1443 /coreth.go
parent42099d3ff72c5a10a70c94caffd64d1d774b2902 (diff)
add an option to call geth entry; add vendor
Diffstat (limited to 'coreth.go')
-rw-r--r--coreth.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreth.go b/coreth.go
index 74aabcb..5c739c1 100644
--- a/coreth.go
+++ b/coreth.go
@@ -46,6 +46,7 @@ func NewETHChain(config *eth.Config, etherBase *common.Address) *ETHChain {
}
func (self *ETHChain) Start() {
+ //utils.StartNode(stack)
self.backend.StartMining(0)
}