From 682f6c02c7a1ede584127ca60e4fdd65549f8c0b Mon Sep 17 00:00:00 2001 From: vbuterin Date: Sun, 20 Dec 2020 18:54:57 +0800 Subject: [PATCH] Update specs/lightclient/beacon-chain.md --- specs/lightclient/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/lightclient/beacon-chain.md b/specs/lightclient/beacon-chain.md index 11187e25b..c4224fbaa 100644 --- a/specs/lightclient/beacon-chain.md +++ b/specs/lightclient/beacon-chain.md @@ -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: