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

Allow replacing a delegate #35

Closed febo closed 10 months ago

febo commented 11 months ago

This PR changes the behaviour of the Delegate instruction to have the same behaviour as SPL Token approve instruction: to set a new delegate, there is no need to revoke the previous one.