Actually start the Ethereum server on starting the GUI

pull/84/head
Maran 11 years ago
parent cf7ab07264
commit 618f523124
  1. 6
      ethereal/ethereum.go

@ -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…
Cancel
Save