From 05df47bed8714ed3a445611bf483cdcd7630ea0f Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Wed, 23 Apr 2025 15:39:52 +0800 Subject: [PATCH] Comment --- validator_client/validator_services/src/sync.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_client/validator_services/src/sync.rs b/validator_client/validator_services/src/sync.rs index 6e0ba9d83f..d85212c3e6 100644 --- a/validator_client/validator_services/src/sync.rs +++ b/validator_client/validator_services/src/sync.rs @@ -616,7 +616,7 @@ pub async fn make_sync_selection_proof( } } } else { - // When calling the selections endpoint is not required, the selection_proof is already a full selection proof + // In non-distributed mode, the selection_proof is already a full selection proof Some(selection_proof) } }