Skip to content

Commit

Permalink
Fix the blob encoding type (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain authored Jun 27, 2024
1 parent 4fc68cb commit 5152163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/primitive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5152163

Please sign in to comment.