Skip to content

Commit

Permalink
Merge pull request #10 from nisdas/specFix
Browse files Browse the repository at this point in the history
Update Variable Naming in Crosslink Rewards
  • Loading branch information
djrtwo committed Sep 26, 2018
2 parents e8c8584 + a66db3c commit 3bef7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/casper_sharding_v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 + 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_last_confirmation // quadratic_penalty_quotient`

Finally:

Expand Down

0 comments on commit 3bef7c9

Please sign in to comment.