diff --git a/beacon_node/execution_layer/src/engine_api.rs b/beacon_node/execution_layer/src/engine_api.rs index 09e36be41f..6bfd9997f4 100644 --- a/beacon_node/execution_layer/src/engine_api.rs +++ b/beacon_node/execution_layer/src/engine_api.rs @@ -644,7 +644,7 @@ impl ExecutionPayloadBodyV1 { "block {} is post-electra but payload body doesn't have withdrawals/deposit_receipts/withdrawal_requests \ Check that ELs are returning receipts and withdrawal_requests in getPayloadBody requests", header.block_hash - )) + )); }; Ok(ExecutionPayload::Electra(ExecutionPayloadElectra { parent_hash: header.parent_hash, diff --git a/beacon_node/http_api/src/lib.rs b/beacon_node/http_api/src/lib.rs index 82a6c9847b..5d9a50ed07 100644 --- a/beacon_node/http_api/src/lib.rs +++ b/beacon_node/http_api/src/lib.rs @@ -3199,6 +3199,7 @@ pub fn serve( )); }; chain.get_aggregated_attestation_electra( + query.slot, &query.attestation_data_root, committee_index, )