Skip to content

Commit

Permalink
Revert "Fixed El<->Cl communication post-deneb" (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Jan 26, 2024
1 parent 549d80d commit a7fd851
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions execution/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a7fd851

Please sign in to comment.