Update specs/lightclient/beacon-chain.md

This commit is contained in:
vbuterin
2020-12-20 18:54:57 +08:00
committed by GitHub
parent 9e2fa30567
commit 682f6c02c7

View File

@@ -169,7 +169,7 @@ class SyncCommittee(Container):
#### `get_base_reward`
*Note*: The function `get_base_reward` is modified with the removal of `BASE_REWARDS_PER_EPOCH`. Additionally, it is split into `get_base_reward_per_eth` to
*Note*: The function `get_base_reward` is modified with the removal of `BASE_REWARDS_PER_EPOCH`. Additionally, it is split into `get_base_reward_per_eth` to allow penalties to be computed to the denominator.
```python
def get_base_reward(state: BeaconState, index: ValidatorIndex) -> Gwei: