Skip to content

Commit

Permalink
mix-rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazen Urch committed Sep 24, 2021
1 parent 15780ee commit a3164ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenomics-py/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn tokenomics_py(_py: Python, m: &PyModule) -> PyResult<()> {
fn compute_mix_rewards(
pledged: f64,
delegated: f64,
total_stake: f64,
total_stake: f64, // total stake delegated across the network, ideally persisted in the blockchain
performance: f64, // uptime ?
income_global_mix: f64, // inflation pool
omega_k: f64, // share of total uptime?
Expand Down

0 comments on commit a3164ab

Please sign in to comment.