mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-10 23:38:04 -05:00
Fix formatting for Capella preset (#4411)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user