From a5eef5d9fc16cacaae153f3043a31731e9fa6daf Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 24 Sep 2019 01:17:48 +0100 Subject: [PATCH] Clarify the type of v^new when sending a Sapling note. fixes #262 Signed-off-by: Daira Hopwood --- protocol/protocol.tex | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/protocol/protocol.tex b/protocol/protocol.tex index 78cd5da7..36e73e1d 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -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}