Skip to content

Commit

Permalink
Merge pull request #116 from Ion-Protocol/jun/OZ-L-03
Browse files Browse the repository at this point in the history
[OZ] L-03
  • Loading branch information
junkim012 authored Jul 29, 2024
2 parents 4bd6645 + 45427e1 commit a6b03c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/periphery/IonLens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract IonLens is IIonLens {
}

/**
* @return The total amount of collateral in the pool.
* @return The total amount of collateral types in the pool.
*/
function ilkCount(IIonPool pool) external view returns (uint256) {
IonPoolStorage storage $ = _getIonPoolStorage();
Expand Down
4 changes: 2 additions & 2 deletions src/vault/Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ contract Vault is ERC4626, Multicall, AccessControlDefaultAdminRules, Reentrancy

/**
* @notice Update allocation caps for specified IonPools or the IDLE pool.
* @dev The allocation caps are applied to pools in the order of the array
* within `supportedMarkets`. The elements inside `ionPools` must exist in
* @dev The allocation caps are applied to pools in the order of the
* `ionPool` array argument. The elements inside `ionPools` must exist in
* `supportedMarkets`. To update the `IDLE` pool, use the `IDLE` constant
* address.
* @param ionPools The array of IonPools whose caps will be updated.
Expand Down

0 comments on commit a6b03c6

Please sign in to comment.