Skip to content

Commit

Permalink
More corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
polinavino authored Jul 5, 2019
1 parent c9d2622 commit bfbfd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-book/doc/03-UTxO.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ but rather from transaction to transaction. Each transaction has inputs
(where the money being spent is coming from), and outputs
(where this money is going). Note that the body of a transaction may also
contain other data, as we will see later when we examine the extended
UTxO model in the <<_shelley_script_extended_utxo_model>> chapter.
UTxO model in the <<09-extended#09-extended>> chapter.

Consider the data flow graph below. The black lines represent unspent outputs
of transactions, and the red lines represent these outputs being used as inputs
Expand Down Expand Up @@ -72,7 +72,7 @@ the intended payees.
This is, in a very general sense, the goal of smart contracts.
Let us explore what is going on during the processing of a UTxO transaction event more formally.
For the basic transaction
model we discuss here, refer to <<utxo-definitions, the figure>>:
model we discuss here, refer to Figure <<utxo-definitions, the figure>>.

[#utxo-definitions]
image::UTxO.png[]
Expand Down

0 comments on commit bfbfd46

Please sign in to comment.