mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-25 07:40:16 -05:00
all: migrate to new BlockServiceInfo
This commit is contained in:
committed by
GitHub Enterprise
parent
49723653f8
commit
1b258dc422
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user