cmd/mist: fix peer window

This commit is contained in:
Felix Lange
2015-02-13 23:55:50 +01:00
parent 4bef3ce284
commit 8464e43eaf
3 changed files with 37 additions and 25 deletions

View File

@ -73,11 +73,6 @@ func (self *UiLib) Notef(args []interface{}) {
guilogger.Infoln(args...)
}
func (self *UiLib) PastPeers() *ethutil.List {
return ethutil.NewList([]string{})
//return ethutil.NewList(eth.PastPeers())
}
func (self *UiLib) ImportTx(rlpTx string) {
tx := types.NewTransactionFromBytes(ethutil.Hex2Bytes(rlpTx))
err := self.eth.TxPool().Add(tx)