Skip to content

Commit

Permalink
fix: enigma #4 - misc (aave-dao#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 12, 2024
1 parent 2741875 commit 4fcf2d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/contracts/interfaces/IPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ interface IPool {

/**
* @notice Repays a borrowed `amount` on a specific reserve, burning the equivalent debt tokens owned
* - E.g. User repays 100 USDC, burning 100 variabledebt tokens of the `onBehalfOf` address
* - E.g. User repays 100 USDC, burning 100 variable debt tokens of the `onBehalfOf` address
* @param asset The address of the borrowed underlying asset previously borrowed
* @param amount The amount to repay
* - Send the value type(uint256).max in order to repay the whole debt for `asset` on the specific `debtMode`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library ConfiguratorLogic {
);

/**
* @notice Initialize a reserve by creating and initializing aToken, stable debt token and variable debt token
* @notice Initialize a reserve by creating and initializing aToken and variable debt token
* @dev Emits the `ReserveInitialized` event
* @param pool The Pool in which the reserve will be initialized
* @param input The needed parameters for the initialization
Expand Down

0 comments on commit 4fcf2d6

Please sign in to comment.