From 603e27f459fec98ca55b288739c7c7175d515d7a Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Tue, 20 Sep 2022 15:24:14 -0500 Subject: [PATCH] Fix state list lengths table --- specs/capella/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/capella/beacon-chain.md b/specs/capella/beacon-chain.md index 9cd1c93ae..36d8984a3 100644 --- a/specs/capella/beacon-chain.md +++ b/specs/capella/beacon-chain.md @@ -85,7 +85,7 @@ We define the following Python custom types for type hinting and readability: ### State list lengths | Name | Value | Unit | -| - | - | :-: | :-: | +| - | - | :-: | | `WITHDRAWAL_QUEUE_LIMIT` | `uint64(2**40)` (= 1,099,511,627,776) | withdrawals enqueued in state | ### Max operations per block