mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Revised to sync_duties
This commit is contained in:
@@ -411,8 +411,8 @@ pub async fn poll_sync_committee_duties<T: SlotClock + 'static, E: EthSpec>(
|
||||
.sync_duties
|
||||
.aggregation_pre_compute_slots(),
|
||||
computation_offset: Duration::from_secs(0),
|
||||
selections_endpoint: sub_duties_service.distributed,
|
||||
parallel_sign: sub_duties_service.distributed,
|
||||
selections_endpoint: sub_duties_service.sync_duties.distributed,
|
||||
parallel_sign: sub_duties_service.sync_duties.distributed,
|
||||
};
|
||||
|
||||
fill_in_aggregation_proofs(
|
||||
|
||||
Reference in New Issue
Block a user