ditto-lab / ditto

NFT Future protocol
MIT License
60 stars 3 forks source link

Move _mint to conform to CEI pattern #38

Closed calvbore closed 2 years ago

calvbore commented 2 years ago

https://github.com/ditto-lab/ditto/blob/b7d397f3f4511e7f634278689af6271329607eb8/src/DittoMachine.sol#L288

we should move this before the safeTransfer function to follow the checks, effects, interactions pattern