mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Updated comment
This commit is contained in:
parent
1b021dca18
commit
8daa8130b7
|
@ -17,8 +17,8 @@ interface IDelegationToken {
|
||||||
* @title Aave AToken with delegation capabilities
|
* @title Aave AToken with delegation capabilities
|
||||||
*
|
*
|
||||||
* @dev Implementation of the interest bearing token for the Aave protocol. This version of the aToken
|
* @dev Implementation of the interest bearing token for the Aave protocol. This version of the aToken
|
||||||
* adds a function which gives the Aave protocol the ability to delegate voting power of underlying assets
|
* adds a function which gives the Aave protocol the ability to delegate voting power of the underlying asset.
|
||||||
* that are compatible with the Compound delegation interface
|
* The underlying asset needs to be compatible with the COMP delegation interface
|
||||||
* @author Aave
|
* @author Aave
|
||||||
*/
|
*/
|
||||||
contract DelegationAwareAToken is AToken {
|
contract DelegationAwareAToken is AToken {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user