metaplex-foundation / mpl-token-metadata

Program to attach additional data to Fungible or Non-Fungible tokens on Solana.
https://developers.metaplex.com/token-metadata
Other
99 stars 42 forks source link

Add amount check on transfer #26

Closed febo closed 11 months ago

febo commented 11 months ago

This PR prevents going through the transfer when the amount is equal to 0. This prevents closing the token record of the source account since the token is not transferred.