From 9d8a9e7e701158ca8b70a8fcfdd55df3dfe4a39b Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Tue, 6 May 2025 15:12:21 +0800 Subject: [PATCH] revise comment --- validator_client/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_client/src/lib.rs b/validator_client/src/lib.rs index 5cb1c362ba..17ce92cce0 100644 --- a/validator_client/src/lib.rs +++ b/validator_client/src/lib.rs @@ -461,7 +461,7 @@ impl ProductionValidatorClient { 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 {