mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-27 10:54:47 +00:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
6c1abbc2fc
commit
46269310ee
@ -1787,7 +1787,7 @@ def get_current_total_balance(state: BeaconState) -> Gwei:
|
||||
```
|
||||
|
||||
```python
|
||||
def get_previous_total_balance(state: BeaconState):
|
||||
def get_previous_total_balance(state: BeaconState) -> Gwei:
|
||||
return get_total_balance(state, get_active_validator_indices(state.validator_registry, previous_epoch))
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user