renamed some of the cache fields

This commit is contained in:
Brannon King 2019-07-22 15:53:17 -06:00 committed by Anthony Fieroni
parent 27b39ba67a
commit a853cf5c7b
5 changed files with 86 additions and 110 deletions

View file

@ -356,11 +356,11 @@ struct ClaimTrieChainFixture: public CClaimTrieCacheExpirationFork
bool supportEmpty()
{
for (const auto& entry: cacheSupports) {
for (const auto& entry: supportCache) {
if (!entry.second.empty())
return false;
}
return cacheSupports.empty() && keyTypeEmpty<std::string>(SUPPORT);
return supportCache.empty() && keyTypeEmpty<std::string>(SUPPORT);
}
bool supportQueueEmpty()