mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 19:02:42 +00:00
change computation offset
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user