Merge pull request #3760 from nisdas/patch-5
Provide Max Size For Columns By Range Request
This commit is contained in:
commit
5f48840f4d
|
@ -218,7 +218,7 @@ Request Content:
|
||||||
(
|
(
|
||||||
start_slot: Slot
|
start_slot: Slot
|
||||||
count: uint64
|
count: uint64
|
||||||
columns: List[ColumnIndex]
|
columns: List[ColumnIndex, NUMBER_OF_COLUMNS]
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue