updates after merge

This commit is contained in:
realbigsean
2024-05-09 21:33:48 -04:00
parent e494b411e7
commit d505c04507
2 changed files with 2 additions and 1 deletions

View File

@@ -644,7 +644,7 @@ impl<E: EthSpec> ExecutionPayloadBodyV1<E> {
"block {} is post-electra but payload body doesn't have withdrawals/deposit_receipts/withdrawal_requests \ "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", Check that ELs are returning receipts and withdrawal_requests in getPayloadBody requests",
header.block_hash header.block_hash
)) ));
}; };
Ok(ExecutionPayload::Electra(ExecutionPayloadElectra { Ok(ExecutionPayload::Electra(ExecutionPayloadElectra {
parent_hash: header.parent_hash, parent_hash: header.parent_hash,

View File

@@ -3199,6 +3199,7 @@ pub fn serve<T: BeaconChainTypes>(
)); ));
}; };
chain.get_aggregated_attestation_electra( chain.get_aggregated_attestation_electra(
query.slot,
&query.attestation_data_root, &query.attestation_data_root,
committee_index, committee_index,
) )