|
@ -612,7 +612,14 @@ int main(int argc, char** argv) |
|
|
Transaction t = state.pending()[index]; |
|
|
Transaction t = state.pending()[index]; |
|
|
state = state.fromPending(index); |
|
|
state = state.fromPending(index); |
|
|
bytes r = t.rlp(); |
|
|
bytes r = t.rlp(); |
|
|
|
|
|
try |
|
|
|
|
|
{ |
|
|
e.setup(&r); |
|
|
e.setup(&r); |
|
|
|
|
|
} |
|
|
|
|
|
catch(Exception const& _e) |
|
|
|
|
|
{ |
|
|
|
|
|
cwarn << diagnostic_information(_e); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
OnOpFunc oof; |
|
|
OnOpFunc oof; |
|
|
if (format == "pretty") |
|
|
if (format == "pretty") |
|
|