diff options
author | Determinant <[email protected]> | 2019-08-13 14:05:49 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-08-13 14:05:49 -0400 |
commit | ad886faec521f1edcb90f6f8eb4555608d085312 (patch) | |
tree | 6961cfb35654b8bfcbb326735fe7e054e8aa1443 /coreth.go | |
parent | 42099d3ff72c5a10a70c94caffd64d1d774b2902 (diff) |
add an option to call geth entry; add vendor
Diffstat (limited to 'coreth.go')
-rw-r--r-- | coreth.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ func NewETHChain(config *eth.Config, etherBase *common.Address) *ETHChain { } func (self *ETHChain) Start() { + //utils.StartNode(stack) self.backend.StartMining(0) } |