Search code examples
blockchainsolana

Can I re-enable token mint after disabling it?


If I run

spl-token authorize tokenAddress mint --disable

Will I ever be able to enable back the mint?

Thanks in advance!


Solution

  • Once disabled, you cannot reenable minting.

    This is to avoid projects from re-enabling minting and inflating the supply if the mint is disabled.