Skip to content

Commit

Permalink
Fix spend transaction notation (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert authored Jan 8, 2024
1 parent 84bbcfb commit 98325b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ \subsection{\texorpdfstring{$\func{Spend}$}{Spend}}
\item Output the tuple:
\begin{multline*}
\text{tx}_{\text{spend}} = ( \func{OutCoins}, f, \\
\left\{ \func{InCoins}_u, S_u', C_u', T_u, (\Pi_{\text{par}})_u, \Pi_{\text{chaum}} \right\}_{u=0}^{w-1}, \Pi_{\text{bal}} )
\left\{ \func{InCoins}_u, S_u', C_u', T_u, (\Pi_{\text{par}})_u \right\}_{u=0}^{w-1}, \Pi_{\text{chaum}}, \Pi_{\text{bal}} )
\end{multline*}
\end{enumerate}
Note that it is possible to modify the balance proof to account for other input or output values not represented by coin value commitments, similarly to the handling of fees.
Expand Down

0 comments on commit 98325b9

Please sign in to comment.