Clarify the type of v^new when sending a Sapling note. fixes #262

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-09-24 01:17:48 +01:00
parent 746bcca4b3
commit a5eef5d9fc
1 changed files with 12 additions and 3 deletions

View File

@ -4377,9 +4377,9 @@ forward secrecy of the payment information with respect to compromise of its own
\introlist
\vspace{2ex}
For each \outputDescription, the sender selects a value $\ValueNew{}$ and a destination
\Sapling \paymentAddress $(\Diversifier, \DiversifiedTransmitPublic)$, and then performs
the following steps:
For each \outputDescription, the sender selects a value $\ValueNew{} \typecolon \range{0}{\MAXMONEY}$
and a destination \Sapling \paymentAddress $(\Diversifier, \DiversifiedTransmitPublic)$, and then
performs the following steps:
\vspace{0.5ex}
\begin{itemize}
@ -10190,6 +10190,15 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}.
\intropart
\lsection{Change History}{changehistory}
\historyentry{2019.0.8}{2019-09-24}
\begin{itemize}
\item No changes to \Sprout.
\sapling{
\item Clarify the type of $\ValueNew{}$ in \crossref{saplingsend}.
}
\end{itemize}
\historyentry{2019.0.7}{2019-09-24}
\begin{itemize}