all: migrate to new BlockServiceInfo

This commit is contained in:
Miroslav Crnic
2024-07-23 13:53:07 +01:00
committed by GitHub Enterprise
parent 49723653f8
commit 1b258dc422
11 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ BlockServicesCache BlockServicesCacheDB::getCache() const {
return BlockServicesCache(_mutex, _blockServices, _currentBlockServices);
}
void BlockServicesCacheDB::updateCache(const std::vector<BlockServiceInfoWithoutFlagsLastChanged>& blockServices, const std::vector<BlockServiceId>& currentBlockServices) {
void BlockServicesCacheDB::updateCache(const std::vector<BlockServiceInfo>& blockServices, const std::vector<BlockServiceId>& currentBlockServices) {
LOG_INFO(_env, "Updating block service cache");
std::unique_lock _(_mutex);