mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
fmt
This commit is contained in:
@@ -432,10 +432,7 @@ impl<E: EthSpec> ProductionValidatorClient<E> {
|
|||||||
|
|
||||||
let voting_validators = validator_store.num_voting_validators().await;
|
let voting_validators = validator_store.num_voting_validators().await;
|
||||||
|
|
||||||
info!(
|
info!(voting_validators, "Loaded validator keypair store");
|
||||||
voting_validators,
|
|
||||||
"Loaded validator keypair store"
|
|
||||||
);
|
|
||||||
|
|
||||||
// Perform pruning of the slashing protection database on start-up. In case the database is
|
// Perform pruning of the slashing protection database on start-up. In case the database is
|
||||||
// oversized from having not been pruned (by a prior version) we don't want to prune
|
// oversized from having not been pruned (by a prior version) we don't want to prune
|
||||||
|
|||||||
Reference in New Issue
Block a user