Actually start the Ethereum server on starting the GUI
This commit is contained in:
parent
cf7ab07264
commit
618f523124
@ -110,5 +110,11 @@ func main() {
|
|||||||
ethereum.MaxPeers = MaxPeer
|
ethereum.MaxPeers = MaxPeer
|
||||||
|
|
||||||
gui := ethui.New(ethereum)
|
gui := ethui.New(ethereum)
|
||||||
|
|
||||||
|
ethereum.Start(UseSeed)
|
||||||
|
|
||||||
gui.Start(AssetPath)
|
gui.Start(AssetPath)
|
||||||
|
|
||||||
|
// Wait for shutdown
|
||||||
|
ethereum.WaitForShutdown()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user