Candy-Labs / CandyContracts

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

Prevent calling Setter functions with same value #25

Open kyokosdream opened 2 years ago

kyokosdream commented 2 years ago

Shouldn't allow paying the gas to update a value with the same value. Should add custom error and revert on these types of calls. CandyCreatorV1A contract is designed as a high performance contract for beginners.

kyokosdream commented 2 years ago

The gas increase might make this not a good choice. Will need to test.