Fix a spec error in Founders' Reward calculation during slow start period.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-05-01 10:57:31 +01:00
parent 5e5413f536
commit feae1e7e12
1 changed files with 5 additions and 1 deletions

View File

@ -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