Skip to content

Commit bcbb342

Browse files
committed
Update description
1 parent 269b406 commit bcbb342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/beacon/blobs/blobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ get:
55
Retrieves blobs for a given block id.
66
Depending on `Accept` header it can be returned either as json or as bytes serialized by SSZ.
77
8-
If the `versioned_hashes` parameter is specified, only the blobs with the specified versioned hashes will be returned. Blobs are
8+
If the `versioned_hashes` parameter is specified, only the blobs for the specified versioned hashes will be returned. Blobs are
99
returned as an ordered list matching the order of their corresponding KZG commitments in the block.
1010
1111
After the Fulu fork, only supernodes (which custody all data columns) are required to return blobs. Clients may implement

types/primitive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ VersionedHash:
146146
type: string
147147
format: hex
148148
pattern: "^0x[a-fA-F0-9]{64}$"
149-
description: "A versioned hash used to identify a blob."
149+
description: "A versioned hash used to identify a Blob."
150150
example: "0x01cf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2"

0 commit comments

Comments
 (0)