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 4c28350 commit e30074c
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 @@ -72,7 +72,8 @@ message BlockBody {
message Block {
Header header = 1;
BlockBody body = 2;
optional repeated expected_blob_hashes = 3; // added in Dencun (EIP-4844), optional additional check.
boolean check_expected_blob_hashes = 4;
repeated types.H256 expected_blob_hashes = 3; // added in Dencun (EIP-4844), optional additional check.
}

message GetHeaderResponse {
Expand Down

0 comments on commit e30074c

Please sign in to comment.