code-423n4 / 2021-11-badgerzaps-findings

0 stars 0 forks source link

named return issue - Zap.sol calcMint #59

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

pants

Vulnerability details

You use both named return and an actual return statement in Zap.sol calcMint. That was considered a low-risk issue in previous contests.

GalloDaSballo commented 2 years ago

Agree with the finding, there's no risk though

0xleastwood commented 2 years ago

marking as non-critical as there is no direct security risk.