Upgraded to new mutan

This commit is contained in:
obscuren
2014-05-10 16:22:57 +02:00
parent faa3aa14ed
commit 23fc50c61b
4 changed files with 5 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ func DefaultAssetPath() string {
func (ui *UiLib) DebugTx(recipient, valueStr, gasStr, gasPriceStr, data string) {
state := ui.eth.BlockChain().CurrentBlock.State()
mainInput, _ := mutan.PreProcess(data)
mainInput, _ := mutan.PreParse(data)
callerScript, err := utils.Compile(mainInput)
if err != nil {
ethutil.Config.Log.Debugln(err)