Skip to content

Commit

Permalink
Merge pull request #732 from Chia-Network/2024-12-27_cat_link
Browse files Browse the repository at this point in the history
Update link to cat_spend.rs
  • Loading branch information
danieljperry authored Dec 27, 2024
2 parents d1c9505 + bdc68a6 commit 70d1dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/cat/cat-creation-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ You reveal and run the TAIL by outputting the following condition from the inner
The documentation for this Extra Delta concept can be found [here](https://chialisp.com/cats/#extra-delta).
This is an [example](https://github.com/Rigidity/chia-wallet-sdk/blob/main/crates/chia-sdk-driver/src/puzzles/cat/cat_spend.rs#L250-L268) of melting a CAT from Rigidity's wallet SDK.
This is an [example](https://github.com/xch-dev/chia-wallet-sdk/blob/main/crates/chia-sdk-driver/src/primitives/cat/cat_spend.rs) of melting a CAT from Rigidity's wallet SDK.

In this example, you start with a supply of 10000, use an extra delta of -3000, reveal the TAIL and output a new CAT with the remaining supply of 7000.

Expand Down

0 comments on commit 70d1dba

Please sign in to comment.