cryptoloutre / solana-tools

A bunch of tools to help people in the Solana ecosystem. This website includes an UI to burn Solana NFTs and an UI to create SPL-Tokens. More tools are scheduled...
https://solanatools.vercel.app/
MIT License
134 stars 71 forks source link

Added burn instruction to transaction #7

Closed irzinfante closed 1 year ago

irzinfante commented 1 year ago

With this commit we correct the wrong behavior when burning NFTs under certain conditions, where burn instruction was not finally included in the transaction.

Apparently, this behavior was introduced with commit https://github.com/cryptoloutre/solana-tools/commit/598722001359be35e206fd919dfcf6b83dae9a19

Closes #6

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
solana-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2023 3:10pm
cryptoloutre commented 1 year ago

Thanks a lot for the PR :)