update electra readiness with new endpoints

This commit is contained in:
realbigsean
2024-05-15 04:35:09 -04:00
parent 227aa4bc4f
commit 8e537d139e
2 changed files with 9 additions and 17 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 \
Check that ELs are returning receipts and withdrawal_requests in getPayloadBody requests",
header.block_hash
))
));
};
Ok(ExecutionPayload::Electra(ExecutionPayloadElectra {
parent_hash: header.parent_hash,