mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 22:54:54 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -1782,7 +1782,7 @@ def get_current_attestations(state: BeaconState) -> List[PendingAttestation]:
|
||||
```
|
||||
|
||||
```python
|
||||
def get_current_total_balance(state: BeaconState):
|
||||
def get_current_total_balance(state: BeaconState) -> Gwei:
|
||||
return get_total_balance(state, get_active_validator_indices(state.validator_registry, current_epoch))
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user