code-423n4 / 2021-10-defiprotocol-findings

0 stars 0 forks source link

mint will always revert #83

Closed code423n4 closed 2 years ago

code423n4 commented 3 years ago

Handle

pauliax

Vulnerability details

Impact

Function mint will always fail as it calls mintTo and both functions are nonReentrant.

Recommended Mitigation Steps

Remove nonReentrant modifier from the mint function as it will be applied in mintTo anyway.

frank-beard commented 3 years ago

https://github.com/code-423n4/2021-10-defiprotocol-findings/issues/59

GalloDaSballo commented 2 years ago

Duplicate of #59