mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-31 07:58:06 -05:00
typo: text of electra validator guide
This commit is contained in:
@@ -30,7 +30,7 @@ Please see related Beacon Chain doc before continuing and use them as a referenc
|
||||
|
||||
### 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
|
||||
def get_eth1_pending_deposit_count(state: BeaconState) -> uint64:
|
||||
|
||||
Reference in New Issue
Block a user