diff --git a/test/libevm/vm.cpp b/test/libevm/vm.cpp index ec66837e1..2e1ef4d92 100644 --- a/test/libevm/vm.cpp +++ b/test/libevm/vm.cpp @@ -324,6 +324,8 @@ void doVMTests(json_spirit::mValue& v, bool _fillin) fev.code = fev.thisTxCode; } + fev.codeHash = sha3(fev.code); + bytes output; bool vmExceptionOccured = false; try