Added CALLSTATELESS

This commit is contained in:
obscuren
2014-09-10 00:19:20 +02:00
parent d91357d00c
commit 2949990016
2 changed files with 22 additions and 8 deletions

View File

@ -283,7 +283,7 @@ func (self *StateTransition) Eval(msg *ethstate.Message, script []byte, context
for e := vm.Queue().Front(); e != nil; e = e.Next() {
msg := e.Value.(*ethvm.Message)
msg.Exec(transactor)
msg.Exec(msg.Addr(), transactor)
}
}