From 9016b926916fb82d0183b43fea4241dcdf09520b Mon Sep 17 00:00:00 2001 From: inphi Date: Thu, 21 Jul 2022 01:58:22 -0400 Subject: [PATCH] Fix Polynomial container size --- specs/eip4844/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/eip4844/validator.md b/specs/eip4844/validator.md index 1a45342d0..e673de1e3 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