Merge pull request #2945 from Inphi/eip4844-nit

Fix Polynomial container size
This commit is contained in:
Hsiao-Wei Wang 2022-07-22 19:48:02 +08:00 committed by GitHub
commit 0e82acfd61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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