From 1b24bd78dffe1c8b0723150d0dcc9bae0d7cf81c Mon Sep 17 00:00:00 2001 From: oliviasaa Date: Thu, 28 Mar 2024 09:27:37 +0000 Subject: [PATCH] Update constraints.md minor addition --- tips/TIP-0039/constraints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tips/TIP-0039/constraints.md b/tips/TIP-0039/constraints.md index ddfe7b99a..5ade2ae07 100644 --- a/tips/TIP-0039/constraints.md +++ b/tips/TIP-0039/constraints.md @@ -15,6 +15,7 @@ Since `shiftFactor` must be an integer between 0 and 32, we have: - 0≤`Decay Factors Exponent`≤32. - 0≤`Generation Rate Exponent`≤32. - 0≤`Decay Factor Epochs Sum Exponent+generationRateExponent-slotsPerEpochExponent`≤32. +- 0≤`generationRateExponent-slotsPerEpochExponent`≤32. The third variable `multFactor` must additionally use at most 32 bits, meaning that we have the following constraints: