diff --git a/libethereum/BlockChain.cpp b/libethereum/BlockChain.cpp index ae628dba6..f375adfcb 100644 --- a/libethereum/BlockChain.cpp +++ b/libethereum/BlockChain.cpp @@ -485,7 +485,7 @@ bytes BlockChain::block(h256 _hash) const if (!d.size()) { cwarn << "Couldn't find requested block:" << _hash.abridged(); - return d; + return bytes(); } WriteGuard l(x_cache);