Skip to content

Commit 12bb9d9

Browse files
authored
Replace the UTXO image
1 parent 23cd175 commit 12bb9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/about-cardano/03-learn/15-eutxo-explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A transaction input is the output of a previous transaction. Transaction inputs
2525

2626
In summary, transactions consume unspent outputs from previous transactions, and produce new outputs that can be used as inputs for future transactions.
2727

28-
![eutxo](https://ucarecdn.com/2a252deb-412f-4019-ae1e-e6dba7dea50b/)
28+
![eutxo](https://ucarecdn.com/f4b3f730-2880-4098-897b-92346c73b8af/)
2929

3030
The users' wallets manage these UTXOs and initiate transactions involving the UTXOs owned by the user. Every node maintains a record of all currently unspent transaction outputs (UTXOs), called the UTXO set. In technical terms, this is the chainstate, which is stored in the data directory of every node. When a new block is added to the chain, the chainstate is updated accordingly. This new block contains the list of latest transactions (including, of course, a record of spent UTXOs, and new ones created since the chainstate was last updated). Every node maintains an exact copy of the chainstate.
3131

0 commit comments

Comments
 (0)