From 3e160d6ecb2f2c835d78fdfa65985ab50a848ff0 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 19 Mar 2021 14:00:55 +0000 Subject: [PATCH] 2^16 -> 2^{16}. fixes #461 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 45e9c427..1af4f9a8 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -11835,7 +11835,7 @@ each \spendDescription (\crossref{spendencodingandconsensus}),\notnufive{ and} e the effect of disabling non-zero-valued \Orchard spends), the $\valueBalance{Orchard}$ field of a \coinbaseTransaction must have a negative or zero value.} \nufiveonwarditem{The rule that \nSpendsSapling, \nOutputsSapling, and \nActionsOrchard{} \MUST all - be less than $2^16$, is technically redundant because a \transaction that could violate this + be less than $2^{16}$, is technically redundant because a \transaction that could violate this rule would not fit within the $2$ MB \block size limit. It is included in order to simplify the security argument for balance preservation.} \end{pnotes}