diff --git a/specs/eip4844/validator.md b/specs/eip4844/validator.md index 8170e9b00..7d4f0b351 100644 --- a/specs/eip4844/validator.md +++ b/specs/eip4844/validator.md @@ -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