This commit is contained in:
obscuren 2014-06-09 21:35:56 +02:00
parent 1153fd9a0c
commit c7d1924c34
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ func (vm *Vm) RunClosure(closure *Closure, hook DebugHook) (ret []byte, err erro
case SHA3:
require(2)
size, offset := stack.Popn()
data := mem.Get(offset.Int64(), size.Int64())
data := ethutil.Sha3Bin(mem.Get(offset.Int64(), size.Int64()))
stack.Push(ethutil.BigD(data))
// 0x30 range