mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
This commit is contained in:
parent
d11fabd2ef
commit
7235e84c75
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue