mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 00:24:56 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: decanus <dean@tokenate.io>
This commit is contained in:
@@ -1031,7 +1031,7 @@ def get_effective_balance(state: State, index: ValidatorIndex) -> Gwei:
|
||||
### `total_balance`
|
||||
|
||||
```python
|
||||
def total_balance(state: State, validators: [ValidatorIndex]) -> Gwei:
|
||||
def total_balance(state: BeaconState, validators: List[ValidatorIndex]) -> Gwei:
|
||||
"""
|
||||
Return the combined effective balance of an array of validators.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user