This commit is contained in:
JoelKatz
2013-07-11 15:34:26 -07:00
parent 25279c405b
commit 4a1aeada9c

View File

@@ -126,7 +126,7 @@ NodeObject::pointer NodeStore::retrieve (uint256 const& hash)
{
NodeObject::pointer obj = mCache.fetch (hash);
if (obj || mNegativeCache.isPresent (hash) || !getApp().getHashNodeLDB ())
if (obj || mNegativeCache.isPresent (hash))
return obj;
if (m_fastBackend)