Browse Source

Reversion of hardfork.

cl-refactor
Gav Wood 10 years ago
parent
commit
aede1619c8
  1. 2
      libethereum/State.cpp

2
libethereum/State.cpp

@ -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());

Loading…
Cancel
Save