pull/481/head
Taylor Gerring 10 years ago
parent d11fabd2ef
commit 7235e84c75
  1. 3
      cmd/mist/ui_lib.go

@ -149,7 +149,8 @@ func (self *UiLib) Compile(code string) (string, error) {
func (self *UiLib) Call(params map[string]interface{}) (string, error) {
object := mapToTxParams(params)
return self.XEth.Execute(
return self.XEth.Call(
object["from"],
object["to"],
object["value"],
object["gas"],

Loading…
Cancel
Save