Browse Source

Fix a bits/bytes error.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
zips27.reorganisation.1
Daira Hopwood 8 years ago
parent
commit
a0094e1876
  1. 2
      protocol/protocol.tex

2
protocol/protocol.tex

@ -728,7 +728,7 @@ spendable by the recipient who holds the \spendingKey $\AuthPrivate$ correspondi
to $\AuthPublic$, as described in the previous section.
\begin{itemize}
\item $\AuthPublic$ is a sequence of $\PRFOutputLength$ bytes representing
\item $\AuthPublic$ is a sequence of $\PRFOutputLength$ bits representing
the \payingKey of the recipient.
\item $\Value$ is an integer in the range $0 \leq \Value \leq \MAXMONEY$
representing the value of the \note in \zatoshi

Loading…
Cancel
Save