cmd/mist: updated xeth transact

This commit is contained in:
obscuren
2015-05-06 00:13:44 +02:00
parent 5ebc22807c
commit eb4029257a
2 changed files with 2 additions and 1 deletions

View File

@ -119,6 +119,7 @@ func (self *UiLib) Transact(params map[string]interface{}) (string, error) {
return self.XEth.Transact(
object["from"],
object["to"],
"",
object["value"],
object["gas"],
object["gasPrice"],