Skip to content

Commit

Permalink
Merge pull request #472 from zmitton/master
Browse files Browse the repository at this point in the history
changed ordering of receipt items to correct client implementation
  • Loading branch information
pirapira authored Jan 30, 2018
2 parents b1bc8b1 + 5c40b74 commit f6c0873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ \subsubsection{Transaction Receipt}

The transaction receipt is a tuple of four items comprising the cumulative gas used in the block containing the transaction receipt as of immediately after the transaction has happened, $R_u$, the set of logs created through execution of the transaction, $R_\mathbf{l}$ and the Bloom filter composed from information in those logs, $R_b$ and the status code of the transaction, $R_z$:
\begin{equation}
R \equiv (R_u, R_b, R_\mathbf{l}, R_z)
R \equiv (R_z, R_u, R_b, R_\mathbf{l})
\end{equation}

The function $L_R$ trivially prepares a transaction receipt for being transformed into an RLP-serialised byte array:
Expand Down

0 comments on commit f6c0873

Please sign in to comment.