change to 0

This commit is contained in:
Tan Chee Keong
2025-04-23 11:44:59 +08:00
parent 980e3997be
commit c71de7185d

View File

@@ -410,7 +410,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,
};