mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
subte tracing thing
This commit is contained in:
@@ -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"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user