Browse Source

correct VMTrace define

cl-refactor
CJentzsch 10 years ago
parent
commit
f3f5d9ea74
  1. 2
      libethereum/State.cpp

2
libethereum/State.cpp

@ -1017,7 +1017,7 @@ u256 State::execute(bytesConstRef _rlp, bytes* o_output, bool _commit)
ctrace << "Executing" << e.t() << "on" << h;
ctrace << toHex(e.t().rlp());
#endif
#if ETH_TRACE
#if ETH_VMTRACE
e.go(e.simpleTrace());
#else
e.go();

Loading…
Cancel
Save