Browse Source

BLock2: state test filling issue

cl-refactor
Dimitry 9 years ago
parent
commit
e087e69213
  1. 1
      test/libethereum/state.cpp

1
test/libethereum/state.cpp

@ -62,7 +62,6 @@ void doStateTests(json_spirit::mValue& v, bool _fillin)
const State importedStatePost = importer.m_statePost;
bytes output;
// execute transaction
Listener::ExecTimeGuard guard{i.first};
output = importer.executeTest();

Loading…
Cancel
Save