Update specs/core/0_beacon-chain.md

Co-Authored-By: decanus <dean@tokenate.io>
This commit is contained in:
Hsiao-Wei Wang 2019-02-03 11:42:12 +01:00 committed by GitHub
parent 969896b0a8
commit 8e16d122be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""