Skip to content

Commit

Permalink
Fix annual decay missing percentage conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Feb 14, 2024
1 parent d0e38ca commit 3c303c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tips/TIP-0049/tip-0049.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ to be implemented, the wording is _should_ rather than _must_, in line with the

- `Mana Parameters` checks:
- The `Maximum Mana Supply` should not be greater or equal to <code>2<sup>Bits Count</sup></code>, where the former is
defined as:
- Let `Beta` be <code>-Log<sub>n</sub>(Annual Decay Factor Percentage)</code>.
a floating point number defined as:
- Let `Beta` be <code>-Log<sub>n</sub>(Annual Decay Factor Percentage / 100)</code>.
- Let `Epoch Duration In Years` be <code>Slot Duration in Seconds * 2<sup>Slots Per Epoch Exponent</sup> / (365 *
24 * 60 * 60)</code>.
- Let `Maximum Mana Supply` be <code>21 * Token Supply * Generation Rate * 2<sup>Slots Per Epoch Exponent -
Expand Down

0 comments on commit 3c303c7

Please sign in to comment.