mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Bugfix.
This commit is contained in:
@@ -126,7 +126,7 @@ NodeObject::pointer NodeStore::retrieve (uint256 const& hash)
|
|||||||
{
|
{
|
||||||
NodeObject::pointer obj = mCache.fetch (hash);
|
NodeObject::pointer obj = mCache.fetch (hash);
|
||||||
|
|
||||||
if (obj || mNegativeCache.isPresent (hash) || !getApp().getHashNodeLDB ())
|
if (obj || mNegativeCache.isPresent (hash))
|
||||||
return obj;
|
return obj;
|
||||||
|
|
||||||
if (m_fastBackend)
|
if (m_fastBackend)
|
||||||
|
|||||||
Reference in New Issue
Block a user