Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jan 17, 2024
1 parent fe57049 commit 4c28350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion execution/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ message BlockBody {

message Block {
Header header = 1;
BlockBody body = 2;
BlockBody body = 2;
optional repeated expected_blob_hashes = 3; // added in Dencun (EIP-4844), optional additional check.
}

message GetHeaderResponse {
Expand Down

0 comments on commit 4c28350

Please sign in to comment.