Commit 48c65767 authored by protolambda's avatar protolambda

contracts: unify more step output writing

parent e4e9f511
...@@ -88,7 +88,7 @@ contract MIPS { ...@@ -88,7 +88,7 @@ contract MIPS {
// exit group // exit group
state.exited = true; state.exited = true;
state.exitCode = uint8(state.registers[4]); state.exitCode = uint8(state.registers[4]);
return keccak256(abi.encode(state)); return outputState();
} }
// TODO: pre-image oracle read/write // TODO: pre-image oracle read/write
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment