Skip to content

Commit

Permalink
Update minting-nfts.md (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Couder82 committed Oct 28, 2021
1 parent fbf1542 commit 31e419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/native-tokens/minting-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ txix="Insert your txix"
The transaction looks like this:

```bash
cardano-cli transaction build-raw --fee $burnfee --tx-in $txhash#$txix --tx-out $address+$burnoutput --mint="-1 $policyid.$tokenname" --minting-script-file $script --invalid-hereafter $slot --out-file burning.raw
cardano-cli transaction build-raw --fee $burnfee --tx-in $txhash#$txix --tx-out $address+$burnoutput --mint="-1 $policyid.$tokenname" --minting-script-file $script --invalid-hereafter $slotnumber --out-file burning.raw
```

:::note
Expand Down

0 comments on commit 31e419a

Please sign in to comment.