From 3c303c7e9a73aa2ec3bdebdc637c8e305e33c3dd Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Wed, 14 Feb 2024 16:36:13 +0800 Subject: [PATCH] Fix annual decay missing percentage conversion --- tips/TIP-0049/tip-0049.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/TIP-0049/tip-0049.md b/tips/TIP-0049/tip-0049.md index c68407f00..331ab52c7 100644 --- a/tips/TIP-0049/tip-0049.md +++ b/tips/TIP-0049/tip-0049.md @@ -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 2Bits Count, where the former is - defined as: - - Let `Beta` be -Logn(Annual Decay Factor Percentage). + a floating point number defined as: + - Let `Beta` be -Logn(Annual Decay Factor Percentage / 100). - Let `Epoch Duration In Years` be Slot Duration in Seconds * 2Slots Per Epoch Exponent / (365 * 24 * 60 * 60). - Let `Maximum Mana Supply` be 21 * Token Supply * Generation Rate * 2Slots Per Epoch Exponent -