Updated xeth instances to take extra param for ui.Interface

Please be aware that if any of the instances on xeth.frontend are called
the program will crash due to the default, temporarily, frontend
interface.
This commit is contained in:
obscuren
2015-03-09 13:50:05 +01:00
parent 738d6e20f2
commit 20741a96ac
6 changed files with 5 additions and 153 deletions

View File

@ -88,7 +88,7 @@ func NewWindow(ethereum *eth.Ethereum, config *ethutil.ConfigManager, session st
panic(err)
}
xeth := xeth.New(ethereum)
xeth := xeth.New(ethereum, nil)
gui := &Gui{eth: ethereum,
txDb: db,
xeth: xeth,