add the nym-nodes count to refresher log

This commit is contained in:
Jędrzej Stuczyński
2024-10-14 15:14:12 +01:00
parent 11f6db5304
commit e87b00bce5
+2 -1
View File
@@ -180,9 +180,10 @@ impl NymContractCacheRefresher {
let contract_info = self.get_nym_contracts_info().await?;
info!(
"Updating validator cache. There are {} mixnodes and {} gateways",
"Updating validator cache. There are {} [legacy] mixnodes, {} [legacy] gateways and {} nym nodes",
mixnodes.len(),
gateways.len(),
nym_nodes.len(),
);
self.cache