You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What?
- Add comment to Y variable calculation to avoid confusion.
## Why?
- There was confusion that the Y variable could become higher than 1 when the funding amount reached was higher than the target funding (USD). This is not possible because `Perquintill` saturates to 1, but if we don't add a comment it might appear unintented.
## How?
- 2 identical comments on the Y calculations in `generate_evaluator_rewards_info` and `generate_liquidity_pools_and_long_term_holder_rewards`
0 commit comments