Wrong comment in removeLiquidity
#258
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
sponsor disputed
Sponsor cannot duplicate the issue, or otherwise disagrees this is an issue
Handle
cmichel
Vulnerability details
There's a misleading comment in
UniswapHandler.removeLiquidity
:A remove liquidity call on the router never "transfers broken LP tokens".
All LP tokens are always burned.
This
msg.sender
parameter is the recipient of the redeemed underlying pool pair tokens,malt
andrewardToken
.The text was updated successfully, but these errors were encountered: