Skip to content

Commit

Permalink
doc: natspec for accrueInterest
Browse files Browse the repository at this point in the history
  • Loading branch information
peyha committed Sep 2, 2024
1 parent c942d2c commit 4b3656b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LiquidationProtection.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ contract LiquidationProtection {
isValidSubscriptionId[subscriptionId] = false;
}

// @dev this function does not _accrueInterest() on Morpho
function liquidate(
uint256 subscriptionId,
MarketParams calldata marketParams,
Expand Down

0 comments on commit 4b3656b

Please sign in to comment.