aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-08 20:20:17 +0800
committerobscuren <geffobscura@gmail.com>2014-05-08 20:20:17 +0800
commit71defc11fa01b113e26da876388f7a50f314d7fb (patch)
treea453574d3c4651e794949403330420046c67facd /ethereal/ui
parent53eb59ed8103940148b62eee4212425eb4760341 (diff)
downloadgo-tangerine-71defc11fa01b113e26da876388f7a50f314d7fb.tar.gz
go-tangerine-71defc11fa01b113e26da876388f7a50f314d7fb.tar.zst
go-tangerine-71defc11fa01b113e26da876388f7a50f314d7fb.zip
Fixed closure
Diffstat (limited to 'ethereal/ui')
-rw-r--r--ethereal/ui/ui_lib.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ui/ui_lib.go b/ethereal/ui/ui_lib.go
index 0feb522bc..855ed4af3 100644
--- a/ethereal/ui/ui_lib.go
+++ b/ethereal/ui/ui_lib.go
@@ -151,7 +151,7 @@ func (ui *UiLib) DebugTx(recipient, valueStr, gasStr, gasPriceStr, data string)
keyPair := ethutil.Config.Db.GetKeys()[0]
account := ui.eth.StateManager().GetAddrState(keyPair.Address()).Object
c := ethchain.MakeContract(callerTx, state)
- callerClosure := ethchain.NewClosure(account, c, c.Script(), state, ethutil.Big(gasStr), ethutil.Big(gasPriceStr), ethutil.Big(valueStr))
+ callerClosure := ethchain.NewClosure(account, c, c.Script(), state, ethutil.Big(gasStr), ethutil.Big(gasPriceStr))
block := ui.eth.BlockChain().CurrentBlock
vm := ethchain.NewVm(state, ui.eth.StateManager(), ethchain.RuntimeVars{