From c9b918a6547717aa92428e80f734625d83329d62 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 17 Mar 2021 13:15:40 +0000 Subject: [PATCH] Fix a typo: 2^16 -> 2^{16}. Signed-off-by: Daira Hopwood --- protocol/protocol.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/protocol.tex b/protocol/protocol.tex index a9720921..98c8696a 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -11952,7 +11952,7 @@ Several fields are reordered and/or renamed relative to prior versions. \presaplingitem{The encoded size of the \transaction \MUST be less than or equal to $100000$ bytes.} \nufiveonwarditem{\nSpendsSapling, \nOutputsSapling, and \nActionsOrchard{} \MUST all be less - than $2^16$.} + than $2^{16}$.} \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.}