Browse Source

Add code hash to VM tester.

cl-refactor
Paweł Bylica 10 years ago
parent
commit
e5bf3e16a3
  1. 2
      test/libevm/vm.cpp

2
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

Loading…
Cancel
Save