hats-finance / hats-contracts

MIT License
37 stars 47 forks source link

hexens reaudit 5: REDUNDANT RETURN STATEMENT #443

Closed lirona closed 1 year ago

lirona commented 1 year ago

SEVERITY: Informational PATH: HATToken.sol:burn (L32-35) REMEDIATION: delete the return statement and replace with only the call to _burn STATUS: DESCRIPTION: In the function HATToken.sol:burn the return statement has no effect.