Skip to content

Commit

Permalink
l. 1769, reworded for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesray1 authored Sep 21, 2017
1 parent 60ea686 commit 9f03f58
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 @@ -1766,7 +1766,7 @@ \subsection{Instruction Set}
&&&& 0 is left on the stack if the looked for block number is greater than the current block number \\
&&&& or more than 256 blocks behind the current block. \\
&&&& $P(h, n, a) \equiv \begin{cases} 0 & \text{if} \quad n > H_i \vee a = 256 \vee h = 0 \\ h & \text{if} \quad n = H_i \\ P(H_p, n, a + 1) & \text{otherwise} \end{cases}$ \\
&&&& and we assert the header $H$ can be determined as its hash is the parent hash \\
&&&& and we assert that the reason why the header $H$ can be determined is because its hash is the parent hash \\
&&&& in the block following it. \\
\midrule
0x41 & {\small COINBASE} & 0 & 1 & Get the block's beneficiary address. \\
Expand Down

0 comments on commit 9f03f58

Please sign in to comment.