Skip to content

Commit

Permalink
fix: typo fixes (aave-dao#59)
Browse files Browse the repository at this point in the history
* fix: add comments

* Update src/contracts/interfaces/IPool.sol
  • Loading branch information
sakulstra authored Sep 19, 2024
1 parent dd0bbec commit a1240df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ interface IAaveV3ConfigEngine {

/**
* @dev Example (mock):
* EModeCollateralUpdate({
* AssetEModeUpdate({
* asset: AaveV3EthereumAssets.rETH_UNDERLYING,
* eModeCategory: 1, // ETH correlated
* borrowable: EngineFlags.ENABLED,
Expand Down
1 change: 1 addition & 0 deletions src/contracts/interfaces/IPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ interface IPool {
/**
* @notice Drop a reserve
* @dev Only callable by the PoolConfigurator contract
* @dev Does not reset eMode flags, which must be considered when reusing the same reserve id for a different reserve.
* @param asset The address of the underlying asset of the reserve
*/
function dropReserve(address asset) external;
Expand Down

0 comments on commit a1240df

Please sign in to comment.