Browse Source

Fix warning.

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

2
libethereum/State.cpp

@ -899,7 +899,9 @@ u256 State::execute(bytesConstRef _rlp)
paranoia("start of execution.");
State old(*this);
#if ETH_PARANOIA
auto h = rootHash();
#endif
Executive e(*this);
e.setup(_rlp);

Loading…
Cancel
Save