From 7235e84c75bf216f435384cb100e2b3dd9979227 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Thu, 12 Mar 2015 11:09:25 -0500 Subject: #469 --- cmd/mist/ui_lib.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/mist') diff --git a/cmd/mist/ui_lib.go b/cmd/mist/ui_lib.go index 2679e0f95..cc213b49a 100644 --- a/cmd/mist/ui_lib.go +++ b/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"], -- cgit /phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
* - Update to 1.18sunpoet2015-06-281-1/+4
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-061-2/+0
* Update "BSD" license for buganini's portsfeld2014-12-231-1/+2
* Add stagedir support.vanilla2014-01-091-1/+0
* - Update to 1.17sunpoet2013-09-211-5/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update to 1.15bdrewery2013-05-021-2/+2
* - Use GH_ACCOUNT in DISTNAMEbdrewery2012-10-101-1/+1
* - Update to 1.13 [1]bdrewery2012-10-091-12/+7
* - Update to 1.10culot2012-01-181-2/+2
* - Update to 1.9sunpoet2011-11-181-3/+3
* - Update to 1.8sunpoet2011-10-271-2/+2
* - Update to 1.7lwhsu2011-10-151-8/+4
* - Update COMMENT and pkg-descrculot2011-09-291-1/+1
* - Update to 1.6sunpoet2011-09-201-5/+4
* - Chase converters/bsdconv shlib version bumpdhn2011-06-241-1/+2
* - Update to 1.4sunpoet2011-05-251-3/+3
* - Update to 1.3sunpoet2011-05-031-2/+2