Replace "must" with "MUST" in two consensus rules specified in \crossref{txnencoding}.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-07-01 19:00:34 +01:00
parent 7102635fc6
commit 3f9ede243b
1 changed files with 3 additions and 2 deletions

View File

@ -12452,9 +12452,9 @@ in \cite{ZIP-239}.
\presaplingitem{If $\effectiveVersion = 1$ or $\nJoinSplit = 0$, then both \txInCount{} and \txOutCount{} \MUST be nonzero.\!}
\saplingonwarditem{If $\effectiveVersion < 5$, then at least one of \txInCount, \nSpendsSapling, and \nJoinSplit{} \MUST be nonzero.}
\saplingonwarditem{If $\effectiveVersion < 5$, then at least one of \txOutCount, \nOutputsSapling, and \nJoinSplit{} \MUST be nonzero.}
\nufiveonwarditem{If $\effectiveVersion \geq 5$, then this condition must hold: $\txInCount > 0$ or $\nSpendsSapling > 0$ or
\nufiveonwarditem{If $\effectiveVersion \geq 5$ then this condition \MUST hold: $\txInCount > 0$ or \mbox{$\nSpendsSapling > 0$} or
$(\nActionsOrchard > 0$ and $\enableSpendsOrchard = 1)$.}
\nufiveonwarditem{If $\effectiveVersion \geq 5$, then this condition must hold: $\txOutCount > 0$ or $\nOutputsSapling > 0$ or
\nufiveonwarditem{If $\effectiveVersion \geq 5$ then this condition \MUST hold: $\txOutCount > 0$ or \mbox{$\nOutputsSapling > 0$} or
$(\nActionsOrchard > 0$ and $\enableOutputsOrchard = 1)$.}
\item A \transaction with one or more \transparent inputs from \coinbaseTransactions \MUST have no
\transparent outputs (i.e.\ \txOutCount{} \MUST be $0$). Inputs from
@ -14453,6 +14453,7 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}.
\item Fix a typo in the Security Requirements for \crossref{orchardmerklecrh}: the
length of the input to $\SinsemillaHash$ is $10 + 2 \mult \MerkleHashLength{Orchard}$
bits, not $6 + 2 \mult \MerkleHashLength{Orchard}$ bits.
\item Replace ``must'' with ``\MUST'' in two consensus rules specified in \crossref{txnencoding}.
} % nufive
\sapling{
\item Correct $l$ to $\layerRepr$ in two places in \crossref{saplingmerklecrh}.