Candy-Labs / CandyContracts

Open-source NFT contract implementations
MIT License
11 stars 7 forks source link

Enable whitelist automatically if a non-zero root hash is passed in c… #19

Closed kyokosdream closed 2 years ago

kyokosdream commented 2 years ago

Saves users needing to call subsequent enableMint() function post-deployment. Automatically enables the whitelist if a non-zero Merkle root hash is passed. Changed function from 'external' to 'public'.