Update p2p-interface.md

This commit is contained in:
Nishant Das 2024-05-09 16:14:52 +08:00 committed by GitHub
parent b9befda08b
commit 8f73a47423
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, MAX_REQUEST_DATA_COLUMN_SIDECARS]
columns: List[ColumnIndex, NUMBER_OF_COLUMNS]
)
```