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 e30074c commit 0d65680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execution/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ message BlockBody {
message Block {
Header header = 1;
BlockBody body = 2;
boolean check_expected_blob_hashes = 4;
repeated types.H256 expected_blob_hashes = 3; // added in Dencun (EIP-4844), optional additional check.
bool check_expected_blob_hashes = 3;
repeated types.H256 expected_blob_hashes = 4; // added in Dencun (EIP-4844), optional additional check.
}

message GetHeaderResponse {
Expand Down

0 comments on commit 0d65680

Please sign in to comment.