Skip to content

Commit

Permalink
Update Natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Oct 2, 2024
1 parent 419a464 commit 4538053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contracts/AbstractARM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ abstract contract AbstractARM is OwnableOperable, ERC20Upgradeable {
return availableAssetsBeforeFees - ((assetIncrease * fee) / FEE_SCALE);
}

/// @dev Calculate the available assets in the ARM, external withdrawal queue,
/// less liquidity assets reserved for the ARM's withdrawal queue and past accrued fees.
/// @dev Calculate the available assets which is the assets in the ARM, external withdrawal queue,
/// less liquidity assets reserved for the ARM's withdrawal queue and accrued fees.
/// The accrued fees are from the last time fees were calculated.
function _availableAssets() internal view returns (uint256) {
// Get the assets in the ARM and external withdrawal queue
Expand Down

0 comments on commit 4538053

Please sign in to comment.