Fix Aggregation Pool for Electra (#5754)

* Fix Aggregation Pool for Electra

* Remove Outdated Interface
This commit is contained in:
ethDreamer
2024-05-09 14:50:11 -05:00
committed by GitHub
parent 07229b76ed
commit cb8c8f59cf
6 changed files with 255 additions and 75 deletions

View File

@@ -3191,7 +3191,7 @@ pub fn serve<T: BeaconChainTypes>(
task_spawner.blocking_json_task(Priority::P0, move || {
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,
)