preceding -> immediately preceding.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-01-26 23:40:53 +00:00
parent cf46f231e6
commit 862b201906
2 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -378,9 +378,9 @@ obvious way:
\begin{itemize}
\item The input \treestate of the first \block is the empty \treestate.
\item The input \treestate of the first \transaction of a \block is the final
\treestate of the preceding \block.
\treestate of the immediately preceding \block.
\item The input \treestate of each subsequent \transaction in a \block is the
output \treestate of the preceding \transaction.
output \treestate of the immediately preceding \transaction.
\item The final \treestate of a \block is the output \treestate of its last
\transaction.
\end{itemize}
@ -398,7 +398,8 @@ The \anchor of the first \PourDescription in a \transaction must refer to some
earlier \block's final \treestate.
The \anchor of each subsequent \PourDescription may refer either to some earlier
\block's final \treestate, or to the output \treestate of the preceding Pour.
\block's final \treestate, or to the output \treestate of the immediately preceding
\PourDescription.
These conditions act as constraints on the blocks that a \fullnode will
accept into its \blockchainview.