Fix Polynomial container size

This commit is contained in:
inphi 2022-07-21 01:58:22 -04:00
parent 1d2ef9f8cb
commit 9016b92691
No known key found for this signature in database
GPG Key ID: B61066A1A33F5D24
1 changed files with 1 additions and 1 deletions

View File

@ -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