Skip to content

Commit 9ffd08a

Browse files
authored
The return values MUST be sent in (slot, column_index) order.
1 parent 34756a8 commit 9ffd08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/_features/eip7594/p2p-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Clients MUST respond with at least the data column sidecars of the first blob-ca
262262

263263
Clients MUST include all data column sidecars of each block from which they include data column sidecars.
264264

265-
The following data column sidecars, where they exist, MUST be sent in consecutive `(slot, index)` order.
265+
The following data column sidecars, where they exist, MUST be sent in `(slot, column_index)` order.
266266

267267
Slots that do not contain known data columns MUST be skipped, mimicking the behaviour
268268
of the `BlocksByRange` request. Only response chunks with known data columns should

0 commit comments

Comments
 (0)