Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a broken doc link #6503

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading