From cc866e7fdb3a4fef3cb573ce4187254b81b7679c Mon Sep 17 00:00:00 2001 From: 0xTylerHolmes Date: Wed, 25 Jun 2025 15:08:37 -0400 Subject: [PATCH] fix capella preset format for MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP --- specs/capella/beacon-chain.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/capella/beacon-chain.md b/specs/capella/beacon-chain.md index e1b3573314..2559ae76b6 100644 --- a/specs/capella/beacon-chain.md +++ b/specs/capella/beacon-chain.md @@ -85,9 +85,9 @@ We define the following Python custom types for type hinting and readability: ### Withdrawals processing -| Name | Value | -| -------------------------------------- | -------------------- | -| `MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP` | `16384` (= 2\*\*14 ) | +| Name | Value | +| -------------------------------------- | ------------------ | +| `MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP` | `2**14` (= 16,384) | ## Containers