aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/ethereum.go')
-rw-r--r--ethereal/ethereum.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/ethereal/ethereum.go b/ethereal/ethereum.go
index 8b8889e37..1a6ab0044 100644
--- a/ethereal/ethereum.go
+++ b/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()
}