aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-10 03:35:56 +0800
committerobscuren <geffobscura@gmail.com>2014-06-10 03:35:56 +0800
commitc7d1924c344535c2d54265728bc2aa429215e595 (patch)
tree54a18ec70ccb9d8d83faf9ce198fc7559ef88b7f /ethchain/vm.go
parent1153fd9a0c9310ab70f9b20914071e0184e8020a (diff)
downloaddexon-c7d1924c344535c2d54265728bc2aa429215e595.tar.gz
dexon-c7d1924c344535c2d54265728bc2aa429215e595.tar.zst
dexon-c7d1924c344535c2d54265728bc2aa429215e595.zip
sha
Diffstat (limited to 'ethchain/vm.go')
-rw-r--r--ethchain/vm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/vm.go b/ethchain/vm.go
index 9720d8be1..955be847f 100644
--- a/ethchain/vm.go
+++ b/ethchain/vm.go
@@ -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