mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
@@ -449,7 +449,8 @@ TaggedCache<
|
||||
shouldReplace = replaceCallback(entry.ptr.getStrong());
|
||||
}
|
||||
|
||||
if (shouldReplace) entry.ptr = data;
|
||||
if (shouldReplace)
|
||||
entry.ptr = data;
|
||||
};
|
||||
|
||||
if (entry.isCached())
|
||||
|
||||
Reference in New Issue
Block a user