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 {