Skip to content

Commit

Permalink
chore: Remove todo (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
JGcarv authored Nov 2, 2023
1 parent bff5c1d commit 9effdcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/MapleLoan.sol
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ contract MapleLoan is IMapleLoan, MapleProxiedInternals, MapleLoanStorage {
require(success_, "ML:ANT:FAILED");
}

// TODO: Emit this before the refinance calls in order to adhere to the CEI pattern.
emit NewTermsAccepted(refinanceCommitment_, refinancer_, deadline_, calls_);

address fundsAsset_ = _fundsAsset;
Expand Down

0 comments on commit 9effdcd

Please sign in to comment.