Browse Source

Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop

cl-refactor
Gav Wood 10 years ago
parent
commit
14c1d371ca
  1. 1
      libethereum/Client.cpp

1
libethereum/Client.cpp

@ -735,6 +735,7 @@ eth::State Client::state(unsigned _txi) const
ETH_READ_GUARDED(x_postMine)
return m_postMine.fromPending(_txi);
assert(false);
return State();
}
void Client::flushTransactions()

Loading…
Cancel
Save