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
|
||||
|
||||
gui := ethui.New(ethereum)
|
||||
|
||||
ethereum.Start(UseSeed)
|
||||
|
||||
gui.Start(AssetPath)
|
||||
|
||||
// Wait for shutdown
|
||||
ethereum.WaitForShutdown()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user