From 779e6e7b7e18781418f11df423e6ad18955a93bd Mon Sep 17 00:00:00 2001 From: terencechain Date: Thu, 29 Sep 2022 13:43:28 -0700 Subject: [PATCH] Update specs/eip4844/p2p-interface.md Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com> --- specs/eip4844/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/eip4844/p2p-interface.md b/specs/eip4844/p2p-interface.md index 7be539b40..eab8815a4 100644 --- a/specs/eip4844/p2p-interface.md +++ b/specs/eip4844/p2p-interface.md @@ -36,7 +36,7 @@ The specification of these changes continues in the same format as the network s | Name | Value | Description | |------------------------------------------|-------------------------------------|---------------------------------------------------------------------| | `MAX_REQUEST_BLOBS_SIDECARS` | `2**7` (= 128) | Maximum number of blobs sidecars in a single request | -| `MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS` | `2**13` (= 8192epochs, ~1.2 months) | The minimum epoch range over which a node must serve blobs sidecars | +| `MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS` | `2**13` (= 8192 epochs, ~1.2 months) | The minimum epoch range over which a node must serve blobs sidecars | ## Containers