This commit is contained in:
Tan Chee Keong
2025-04-23 15:39:52 +08:00
parent f20f7491d7
commit 05df47bed8

View File

@@ -616,7 +616,7 @@ pub async fn make_sync_selection_proof<T: SlotClock + 'static, E: EthSpec>(
} }
} }
} else { } 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) Some(selection_proof)
} }
} }