From 338a892cb48fb1ce0dcae161772fae439a52de8a Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 25 Sep 2018 10:44:28 -0500 Subject: [PATCH] [reward-fixes] remove extra term in crosslink rewards --- specs/casper_sharding_v2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/casper_sharding_v2.1.md b/specs/casper_sharding_v2.1.md index 52a25e1598..2bd518191a 100644 --- a/specs/casper_sharding_v2.1.md +++ b/specs/casper_sharding_v2.1.md @@ -393,7 +393,7 @@ For each shard S for which a crosslink committee exists in the cycle prior to th * Let `time_since_last_confirmation` be `block.slot_number - crosslink_records[S].slot` * Adjust balances as follows: * If `crosslink_records[S].dynasty == current_dynasty`, no reward adjustments - * Otherwise, participating validators' balances are increased by `B // reward_quotient * (2 * total_participated_v_deposits // total_v_deposits - 1)`, and non-participating validators' balances are decreased by `B // reward_quotient + B // reward_quotient // 2 + time_since_finality // quadratic_penalty_quotient` + * Otherwise, participating validators' balances are increased by `B // reward_quotient * (2 * total_participated_v_deposits // total_v_deposits - 1)`, and non-participating validators' balances are decreased by `B // reward_quotient + time_since_finality // quadratic_penalty_quotient` Finally: