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