Skip to content

Commit

Permalink
chore: Remove TODO on pullFunds (C4 #10) (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
deluca-mike authored Dec 12, 2021
1 parent 6d6a5c9 commit 28663ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/DebtLocker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ contract DebtLocker is IDebtLocker, DebtLockerStorage, MapleProxied {
return _repossessed ? _handleClaimOfRepossessed() : _handleClaim();
}

// TODO: Discuss pros/cons of pause on this function
function pullFundsFromLiquidator(address token_, address destination_, uint256 amount_) external override {
require(msg.sender == _getPoolDelegate(), "DL:SA:NOT_PD");

Expand Down

0 comments on commit 28663ec

Please sign in to comment.