mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-12 11:06:40 +00:00
Merge branch 'develop'
This commit is contained in:
commit
397e99fcc6
1 changed files with 2 additions and 1 deletions
|
|
@ -94,10 +94,11 @@ func (gui *Gui) Start(assetPath string) {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
win.Show()
|
||||||
|
|
||||||
ethutil.Config.Log.AddLogSystem(gui)
|
ethutil.Config.Log.AddLogSystem(gui)
|
||||||
ethutil.Config.Log.Infoln("[GUI] Starting GUI")
|
ethutil.Config.Log.Infoln("[GUI] Starting GUI")
|
||||||
|
|
||||||
win.Show()
|
|
||||||
win.Wait()
|
win.Wait()
|
||||||
|
|
||||||
gui.eth.Stop()
|
gui.eth.Stop()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue