mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: Update comment in IInitializableStaticATokenLM
This commit is contained in:
parent
1bf28602a3
commit
6e94d11e2a
|
@ -12,8 +12,8 @@ import {IAaveIncentivesController} from './IAaveIncentivesController.sol';
|
|||
interface IInitializableStaticATokenLM {
|
||||
/**
|
||||
* @dev Emitted when a StaticATokenLM is initialized
|
||||
* @param pool The address of the lending pool where this aToken will be used
|
||||
* @param aToken The address of the underlying asset of this aToken (aWETH)
|
||||
* @param pool The address of the lending pool where the underlying aToken is used
|
||||
* @param aToken The address of the underlying aToken (aWETH)
|
||||
* @param staticATokenName The name of the Static aToken
|
||||
* @param staticATokenSymbol The symbol of the Static aToken
|
||||
**/
|
||||
|
@ -26,9 +26,9 @@ interface IInitializableStaticATokenLM {
|
|||
|
||||
/**
|
||||
* @dev Initializes the StaticATokenLM
|
||||
* @param pool The address of the lending pool where this aToken will be used
|
||||
* @param pool The address of the lending pool where the underlying aToken is used
|
||||
* @param aToken The address of the underlying aToken (aWETH)
|
||||
* @param staticATokenName The name of the stat Static aToken
|
||||
* @param staticATokenName The name of the Static aToken
|
||||
* @param staticATokenSymbol The symbol of the Static aToken
|
||||
*/
|
||||
function initialize(
|
||||
|
|
Loading…
Reference in New Issue
Block a user