mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 14:24:24 +00:00
Merge pull request #2945 from Inphi/eip4844-nit
Fix Polynomial container size
This commit is contained in:
commit
0e82acfd61
@ -47,7 +47,7 @@ Please see related Beacon Chain doc before continuing and use them as a referenc
|
||||
|
||||
| Name | SSZ equivalent | Description |
|
||||
| - | - | - |
|
||||
| `Polynomial` | `List[BLSFieldElement, MAX_BLOBS_PER_BLOCK]` | a polynomial in evaluation form |
|
||||
| `Polynomial` | `List[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | a polynomial in evaluation form |
|
||||
|
||||
## Containers
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user