From d505c04507bbd6a862e5ae11ad9e92530d6a03c0 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Thu, 9 May 2024 21:33:48 -0400 Subject: [PATCH] updates after merge --- beacon_node/execution_layer/src/engine_api.rs | 2 +- beacon_node/http_api/src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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, )