Fix pointer access

This commit is contained in:
Bart
2026-02-03 11:19:17 -05:00
parent 606ffae0e6
commit cd3feb979a

View File

@@ -483,7 +483,7 @@ SHAMapStoreImp::clearCaches(LedgerIndex validatedSeq)
// Also clear the FullBelowCache so its generation counter is bumped.
// This prevents stale "full below" markers from persisting across
// backend rotation/online deletion and interfering with SHAMap sync.
app_.getNodeFamily().getFullBelowCache().clear();
app_.getNodeFamily().getFullBelowCache()->clear();
}
void