typo: text of electra validator guide

This commit is contained in:
Alex Stokes 2024-04-05 11:17:53 -06:00
parent bba0e63ec4
commit 4287340401
No known key found for this signature in database

View File

@ -30,7 +30,7 @@ Please see related Beacon Chain doc before continuing and use them as a referenc
### Deposits ### Deposits
*[New in Electra:EIP6110* The expected number of deposits MUST be changed from `min(MAX_DEPOSITS, eth1_data.deposit_count - state.eth1_deposit_index)` to the result of the following function: *[New in Electra:EIP6110]* The expected number of deposits MUST be changed from `min(MAX_DEPOSITS, eth1_data.deposit_count - state.eth1_deposit_index)` to the result of the following function:
```python ```python
def get_eth1_pending_deposit_count(state: BeaconState) -> uint64: def get_eth1_pending_deposit_count(state: BeaconState) -> uint64: