mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 04:06:44 +00:00
Fix SHA3 instruction :)
This commit is contained in:
parent
5db2038111
commit
c7eac0d23c
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ void Compiler::compileBasicBlock(BasicBlock& basicBlock, bytesConstRef bytecode,
|
|||
memory.require(inOff, inSize);
|
||||
auto hash = ext.sha3(inOff, inSize);
|
||||
stack.push(hash);
|
||||
break;
|
||||
}
|
||||
|
||||
case Instruction::POP:
|
||||
|
|
|
|||
Loading…
Reference in a new issue