Skip to content

Commit

Permalink
Fix a broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 committed Sep 19, 2024
1 parent 59db346 commit 9cf1c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docusaurus/docs/essential-concepts/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ UTXO-based ledgers typically start out with a very simple model of "ownership" o
An output will have a public key (strictly, the hash of a public key) attached to it, and in order to spend this output, the spending transaction must be signed by the corresponding private key.
We call this a "pay-to-pubkey" output.

Cardano uses an extended model called the [Extended UTXO Model](../glossary.md#extended-utxo-model) (EUTXO).
Cardano uses an extended model called the [Extended UTXO Model](../glossary.md#extended-utxo-model-eutxo) (EUTXO).
In the EUTXO model, an output can be locked by (the hash of) a *script*.
We call this a "pay-to-script" output.
A script is a *program* that decides whether or not the transaction which spends the output is
Expand Down

0 comments on commit 9cf1c21

Please sign in to comment.