From f0583cac5f8d0e915ceadf1113837e49943cdcc6 Mon Sep 17 00:00:00 2001 From: Giulio rebuffo Date: Fri, 26 Jan 2024 15:26:07 +0100 Subject: [PATCH] Revert "Fixed El<->Cl communication post-deneb" --- execution/execution.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/execution/execution.proto b/execution/execution.proto index ccaa027..a6ae24e 100644 --- a/execution/execution.proto +++ b/execution/execution.proto @@ -73,9 +73,7 @@ message BlockBody { message Block { Header header = 1; - BlockBody body = 2; - bool check_expected_blob_hashes = 3; - repeated types.H256 expected_blob_hashes = 4; // added in Dencun (EIP-4844), optional additional check. + BlockBody body = 2; } message GetHeaderResponse {