Browse Source

Merge pull request #1787 from CJentzsch/buildfix

build fix
cl-refactor
Gav Wood 10 years ago
parent
commit
005b2865ef
  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