Update specs/core/0_beacon-chain.md
Co-Authored-By: decanus <dean@tokenate.io>
This commit is contained in:
parent
969896b0a8
commit
8e16d122be
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue