Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/logging

This commit is contained in:
zelig
2014-06-26 16:33:40 +01:00
3 changed files with 32 additions and 22 deletions

View File

@@ -173,10 +173,6 @@ func (gui *Gui) createWindow(comp qml.Object) *qml.Window {
gui.win = win
gui.uiLib.win = win
db := &Debugger{gui.win, make(chan bool), make(chan bool), true, false}
gui.lib.Db = db
gui.uiLib.Db = db
return gui.win
}
func (gui *Gui) setInitialBlockChain() {