Submitted by pkqs90, also found by pkqs90 and zhaojohnson
In PositionAction4626, the _onWithdraw should withdraw the token from position CDPVault position. However, currently it withdraws from address(this). This is inconsistent to the parent contract PositionAction.sol, which specifically states the operation should handle the position address.
Also, in contrast, we can check the PositionAction20 contract, it withdraws from the position address.
PositionAction4626.sol:
PositionAction20.sol:
PositionAction.sol:
amarcu (LoopFi) confirmed
Koolex (judge) commented:
pkqs90 (warden) commented:
Koolex (judge) commented:
