Cleaned up changes

This commit is contained in:
obscuren
2015-03-24 15:23:16 +01:00
parent 23bccbbc58
commit ff9d66e096
5 changed files with 9 additions and 13 deletions

View File

@ -636,7 +636,7 @@ func (self *Vm) Run(context *Context, callData []byte) (ret []byte, err error) {
self.Endl()
context.UseGas(context.Gas)
ret, suberr, ref := self.env.Create(context, nil, input, gas, price, value)
ret, suberr, ref := self.env.Create(context, input, gas, price, value)
if suberr != nil {
stack.push(common.BigFalse)