subte tracing thing

This commit is contained in:
Eitan Seri-Levi
2025-05-10 11:46:57 -07:00
parent 4d118a6ff2
commit 47aca45013

View File

@@ -430,8 +430,10 @@ impl<E: EthSpec> ProductionValidatorClient<E> {
.register_all_in_doppelganger_protection_if_enabled() .register_all_in_doppelganger_protection_if_enabled()
.await?; .await?;
let voting_validators = validator_store.num_voting_validators().await;
info!( info!(
voting_validators = validator_store.num_voting_validators().await, voting_validators,
"Loaded validator keypair store" "Loaded validator keypair store"
); );