From 1f943f0d64a4330d9435564a9374e72b1413aa3e Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 12 Dec 2022 14:22:58 -0700 Subject: [PATCH] Update specs/capella/beacon-chain.md --- 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 779d97a04..20f4a5dd4 100644 --- a/specs/capella/beacon-chain.md +++ b/specs/capella/beacon-chain.md @@ -82,7 +82,7 @@ We define the following Python custom types for type hinting and readability: | Name | Value | | - | - | -| `MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP` | `1024` (= 2**10 ) | +| `MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP` | `16384` (= 2**14 ) | ## Containers