From 515216384db1f17f2b5f3ab8a0fc39340db8ee9d Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Thu, 27 Jun 2024 23:28:38 +0200 Subject: [PATCH] Fix the blob encoding type (#443) --- types/primitive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/primitive.yaml b/types/primitive.yaml index 3483dc32..96c1fc60 100644 --- a/types/primitive.yaml +++ b/types/primitive.yaml @@ -127,7 +127,7 @@ Blob: type: string format: hex pattern: "^0x[a-fA-F0-9]{262144}$" - description: "A blob is `FIELD_ELEMENTS_PER_BLOB * size_of(BLSFieldElement) = 4096 * 32 = 131072` bytes (`DATA`) representing a SSZ-encoded Blob as defined in Deneb" + description: "A blob is `FIELD_ELEMENTS_PER_BLOB * size_of(BLSFieldElement) = 4096 * 32 = 131072` bytes (`DATA`) representing a Blob as defined in Deneb" KZGCommitment: type: string