mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-05 07:14:41 +00:00
typo: text of electra validator guide
This commit is contained in:
parent
bba0e63ec4
commit
4287340401
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user