mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-10 17:46:54 +00:00
Update specs/_features/eip6110/validator.md
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
parent
0da79bdbfd
commit
0ae18d86e3
@ -38,5 +38,5 @@ def get_eth1_deposit_count(state: BeaconState) -> uint64:
|
||||
if state.eth1_deposit_index < eth1_deposit_index_limit:
|
||||
return min(MAX_DEPOSITS, eth1_deposit_index_limit - state.eth1_deposit_index)
|
||||
else:
|
||||
return 0
|
||||
return uint64(0)
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user