Browse Source

Quick build fix.

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

2
libethereum/BlockChain.cpp

@ -485,7 +485,7 @@ bytes BlockChain::block(h256 _hash) const
if (!d.size()) if (!d.size())
{ {
cwarn << "Couldn't find requested block:" << _hash.abridged(); cwarn << "Couldn't find requested block:" << _hash.abridged();
return d; return bytes();
} }
WriteGuard l(x_cache); WriteGuard l(x_cache);

Loading…
Cancel
Save