Merge branch 'electra-engine-api' of https://github.com/sigp/lighthouse into beacon-api-electra

This commit is contained in:
realbigsean
2024-05-09 19:04:40 -04:00
7 changed files with 258 additions and 78 deletions

View File

@@ -3205,7 +3205,7 @@ pub fn serve<T: BeaconChainTypes>(
//TODO(electra) pass the index into the next method.
not_synced_filter?;
chain
.get_aggregated_attestation_by_slot_and_root(
.get_pre_electra_aggregated_attestation_by_slot_and_root(
query.slot,
&query.attestation_data_root,
)