revise comment

This commit is contained in:
Tan Chee Keong
2025-05-06 15:12:21 +08:00
parent d34a91ac07
commit 9d8a9e7e70

View File

@@ -461,7 +461,7 @@ impl<E: EthSpec> ProductionValidatorClient<E> {
validator_store.prune_slashing_protection_db(slot.epoch(E::slots_per_epoch()), true);
}
// Define a config to be pass to fill_in_selection_proofs.
// Define a config to be pass to duties_service.
// The defined config here defaults to using selections_endpoint and parallel_sign (i.e., distributed mode)
// Other DVT applications, e.g., Anchor can pass in different configs to suit different needs.
let attestation_selection_proof_config = if config.distributed {