Skip to content

Commit

Permalink
Update transaction component ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed May 15, 2014
1 parent dd0e123 commit 4794642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ \subsection{The Transaction} \label{ch:transaction}
The function $L_T$ prepares a transaction for being transformed into an RLP-serialised byte array:
\begin{equation}
L_T(T) \equiv \begin{cases}
(T_n, T_v, T_t, T_p, T_g, T_\mathbf{i}, T_w, T_r, T_s) & \text{if} \; T_t = 0\\
(T_n, T_v, T_t, T_p, T_g, T_\mathbf{d}, T_w, T_r, T_s) & \text{otherwise}
(T_n, T_p, T_g, T_t, T_v, T_\mathbf{i}, T_w, T_r, T_s) & \text{if} \; T_t = 0\\
(T_n, T_p, T_g, T_t, T_v, T_\mathbf{d}, T_w, T_r, T_s) & \text{otherwise}
\end{cases}
\end{equation}

Expand Down

0 comments on commit 4794642

Please sign in to comment.