diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index b6c4d51f3..e838b23c1 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -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. """