Skip to content

Commit

Permalink
Add note related to minting/burning to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Bogicevic committed Apr 19, 2024
1 parent 660394e commit 3be81b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/quickstart.md
Expand Up @@ -262,7 +262,7 @@ If the user wants to use some `UTxO` they own and commit it to a `Head` then the

Using a _blueprint_ transaction with `/commit` allows for more flexibility since `hydra-node` only adds needed commit transaction data without removing any additional information specified in the _blueprint_ transaction. For example, any present reference inputs, redeemers or validity ranges will be kept.

> Note: It is important to note that any **outputs** of a blueprint transaction will not be considered, only inputs are used to commit funds to the `Head`.
> Note: It is important to note that any **outputs** of a blueprint transaction will not be considered, only inputs are used to commit funds to the `Head`. `hydra-node` will also **ignore** any minting or burning specified in the blueprint transaction.
You can take a look at the small example on how to commit to a `Head` using blueprint transaction [here](/docs/blueprint_transaction.md)

Expand Down

0 comments on commit 3be81b5

Please sign in to comment.