Updated comment

This commit is contained in:
The3D 2020-11-02 15:19:29 +01:00
parent 1b021dca18
commit 8daa8130b7

View File

@ -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 {