From feae1e7e12a3cfa3d0c6302fb5621f549dcfa8d6 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 1 May 2019 10:57:31 +0100 Subject: [PATCH] Fix a spec error in Founders' Reward calculation during slow start period. Signed-off-by: Daira Hopwood --- protocol/protocol.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protocol/protocol.tex b/protocol/protocol.tex index b5bc0a40..2303eda9 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -9124,7 +9124,7 @@ and $\FoundersFraction$ are instantiated in \crossref{constants}. \end{cases}$ \item $\FoundersReward(\BlockHeight \typecolon \Nat) := \begin{cases} - \BlockSubsidy(\BlockHeight) \mult \FoundersFraction,&\caseif \Halving(\BlockHeight) = 0 \\ + \BlockSubsidy(\BlockHeight) \mult \FoundersFraction,&\caseif \Halving(\BlockHeight) < 1 \\ 0,&\caseotherwise \end{cases}$ @@ -9943,7 +9943,11 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}. 2019-04-23 \begin{itemize} + \item Fix a specification error in the Founders' Reward calculation during + the slow start period. +\blossom{ \item Revert changes for funding streams from Withdrawn \cite{ZIP-207}. +} \end{itemize} \introlist