mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add insight support to TaggedCache, KeyCache:
* Move TaggedCache, KeyCache to common * Add radmap module, FullBelowCache class * Add get_seconds_clock * Inject FullBelowCache in SHAMap
This commit is contained in:
@@ -275,8 +275,8 @@ public:
|
||||
{
|
||||
if (hash.isZero ())
|
||||
{
|
||||
SHAMap::pointer empty
|
||||
= boost::make_shared<SHAMap> (smtTRANSACTION);
|
||||
SHAMap::pointer empty = boost::make_shared<SHAMap> (
|
||||
smtTRANSACTION, std::ref (getApp().getFullBelowCache()));
|
||||
mapComplete (hash, empty, false);
|
||||
return empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user