Merge pull request #3760 from nisdas/patch-5

Provide Max Size For Columns By Range Request
This commit is contained in:
Hsiao-Wei Wang 2024-05-12 16:13:16 +08:00 committed by GitHub
commit 5f48840f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ Request Content:
(
start_slot: Slot
count: uint64
columns: List[ColumnIndex]
columns: List[ColumnIndex, NUMBER_OF_COLUMNS]
)
```