From b9befda08b6753fe6e49173c58551ccab74a5c94 Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Thu, 9 May 2024 16:03:55 +0800 Subject: [PATCH 1/2] Update p2p-interface.md --- specs/_features/eip7594/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/_features/eip7594/p2p-interface.md b/specs/_features/eip7594/p2p-interface.md index ea372026d..2fc89852e 100644 --- a/specs/_features/eip7594/p2p-interface.md +++ b/specs/_features/eip7594/p2p-interface.md @@ -218,7 +218,7 @@ Request Content: ( start_slot: Slot count: uint64 - columns: List[ColumnIndex] + columns: List[ColumnIndex, MAX_REQUEST_DATA_COLUMN_SIDECARS] ) ``` From 8f73a474233403e76af81ed316c3624bd75b9b0e Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Thu, 9 May 2024 16:14:52 +0800 Subject: [PATCH 2/2] Update p2p-interface.md --- specs/_features/eip7594/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/_features/eip7594/p2p-interface.md b/specs/_features/eip7594/p2p-interface.md index 2fc89852e..268881ae2 100644 --- a/specs/_features/eip7594/p2p-interface.md +++ b/specs/_features/eip7594/p2p-interface.md @@ -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] ) ```