change computation offset

This commit is contained in:
Tan Chee Keong
2025-04-21 13:54:08 +08:00
parent 23fefa338a
commit 67d2f9b4f8

View File

@@ -356,7 +356,7 @@ pub async fn poll_sync_committee_duties<T: SlotClock + 'static, E: EthSpec>(
lookahead_slot: sub_duties_service
.sync_duties
.aggregation_pre_compute_slots(),
computation_offset: Duration::from_secs(12),
computation_offset: Duration::from_secs(0),
selections_endpoint: sub_duties_service.distributed,
parallel_sign: sub_duties_service.distributed,
};