aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-04-20 08:05:20 +0800
committerobscuren <geffobscura@gmail.com>2014-04-20 08:05:20 +0800
commita0c97b663dcb8de940c17479877e3165834f0c8a (patch)
treecb63c78cfb55a8c07e98904fff270c24f5efc6fb /ethereal
parent9cf77cdbadd8249498d62542502def6ecb2fb6b8 (diff)
downloadgo-tangerine-a0c97b663dcb8de940c17479877e3165834f0c8a.tar
go-tangerine-a0c97b663dcb8de940c17479877e3165834f0c8a.tar.gz
go-tangerine-a0c97b663dcb8de940c17479877e3165834f0c8a.tar.bz2
go-tangerine-a0c97b663dcb8de940c17479877e3165834f0c8a.tar.lz
go-tangerine-a0c97b663dcb8de940c17479877e3165834f0c8a.tar.xz
go-tangerine-a0c97b663dcb8de940c17479877e3165834f0c8a.tar.zst
go-tangerine-a0c97b663dcb8de940c17479877e3165834f0c8a.zip
Updated closure call
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/ui/ui_lib.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/ethereal/ui/ui_lib.go b/ethereal/ui/ui_lib.go
index a0d2f557a..95743fa5d 100644
--- a/ethereal/ui/ui_lib.go
+++ b/ethereal/ui/ui_lib.go
@@ -8,7 +8,6 @@ import (
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/go-ethereum/utils"
"github.com/niemeyer/qml"
- "math/big"
"os"
"path"
"path/filepath"
@@ -117,7 +116,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), new(big.Int))
+ callerClosure := ethchain.NewClosure(account, c, c.Script(), state, ethutil.Big(gasStr), ethutil.Big(gasPriceStr), ethutil.Big(valueStr))
block := ui.eth.BlockChain().CurrentBlock
vm := ethchain.NewVm(state, ethchain.RuntimeVars{