🐛: Fix the dev fee easing function

Refs https://forum.zcashcommunity.com/t/decentralizing-the-dev-fee/35252/50?u=mhluongo
This commit is contained in:
Matt Luongo 2019-11-01 17:36:22 -04:00
parent e34b79e6b9
commit cece2e3538
No known key found for this signature in database
GPG Key ID: 4E7050F4BBE79624
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ benefit is
.. math::
MaxBenefit(RewardDollarAmount) = Max(500000, \sqrt{\frac{RewardDollarAmount/500000}})
MaxBenefit(RewardDollarAmount) = Min(500000, 500000 * \sqrt{\frac{RewardDollarAmount/500000}})
Capping the monthly upside of the Foundation will limit growth, while
encouraging fiscal discipline.