|
@ -1212,7 +1212,7 @@ ExecutionResult State::execute(LastHashes const& _lh, Transaction const& _t, Per |
|
|
uncommitToMine(); |
|
|
uncommitToMine(); |
|
|
|
|
|
|
|
|
// OK - transaction looks valid - execute.
|
|
|
// OK - transaction looks valid - execute.
|
|
|
u256 startGasUsed = e.gasUsed(); |
|
|
u256 startGasUsed = gasUsed(); |
|
|
#if ETH_PARANOIA |
|
|
#if ETH_PARANOIA |
|
|
ctrace << "Executing" << e.t() << "on" << h; |
|
|
ctrace << "Executing" << e.t() << "on" << h; |
|
|
ctrace << toHex(e.t().rlp()); |
|
|
ctrace << toHex(e.t().rlp()); |
|
|