You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/_features/eip7594/das-core.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ We define the following Python custom types for type hinting and readability:
45
45
46
46
| Name | SSZ equivalent | Description |
47
47
| - | - | - |
48
-
|`DataColumn`|`List[Cell, MAX_BLOBS_PER_BLOCK]`| The data of each column in EIP-7594 |
48
+
|`DataColumn`|`List[Cell, MAX_BLOB_COMMITMENTS_PER_BLOCK]`| The data of each column in EIP-7594 |
49
49
|`ExtendedMatrix`|`List[Cell, MAX_BLOBS_PER_BLOCK * NUMBER_OF_COLUMNS]`| The full data of one-dimensional erasure coding extended blobs (in row major format) |
0 commit comments