提交 7235e84c 编写于 作者: T Taylor Gerring

#469

上级 d11fabd2
......@@ -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"],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册