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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
I am not sure if the formula to calculate getAnnualInflation() is correct. It is an upper bound value of rewards minted per year but not an inflation rate. In my understanding, inflation rate should be w.r.t total supply. For example,
endpoint.spec.ts:
getAnnualInflation()
is correct. It is an upper bound value of rewards minted per year but not an inflation rate. In my understanding, inflation rate should be w.r.t total supply. For example,InflationRate = (blocksPerYear * rewardAtHeight)/totalSupplyLSK
The text was updated successfully, but these errors were encountered: