@ -612,7 +612,14 @@ int main(int argc, char** argv)
Transaction t = state.pending()[index];
state = state.fromPending(index);
bytes r = t.rlp();
e.setup(&r);
try
{
}
catch(Exception const& _e)
cwarn << diagnostic_information(_e);
OnOpFunc oof;
if (format == "pretty")
@ -1052,7 +1052,14 @@ u256 State::execute(bytesConstRef _rlp, bytes* o_output, bool _commit)
Manifest ms;
Executive e(*this, &ms);
e.setup(_rlp);
catch (Exception const & _e)
u256 startGasUsed = gasUsed();