Updated to work with the new chain

This commit is contained in:
obscuren
2014-03-21 11:16:41 +01:00
parent 85e0447684
commit 0db86e4485
4 changed files with 12 additions and 7 deletions

View File

@ -81,6 +81,7 @@ func (ui *Gui) Start() {
Init: func(p *Tx, obj qml.Object) { p.Value = ""; p.Hash = ""; p.Address = "" },
}})
ethutil.Config.SetClientString(fmt.Sprintf("/Ethereal v%s", "0.1"))
ethutil.Config.Log.Infoln("[GUI] Starting GUI")
// Create a new QML engine
ui.engine = qml.NewEngine()