Fix the other half.

This commit is contained in:
JoelKatz
2012-11-20 12:57:25 -08:00
parent 61df47658c
commit b4ff61b9e6

View File

@@ -117,7 +117,6 @@ HashedObject::pointer HashedObjectStore::retrieve(const uint256& hash)
{
HashedObject::pointer obj;
{
ScopedLock sl(theApp->getHashNodeDB()->getDBLock());
obj = mCache.fetch(hash);
if (obj)
{