Updated comment

This commit is contained in:
The3D 2020-11-25 15:31:03 +01:00
parent 43d64c4509
commit c997a910c8

View File

@ -20,7 +20,6 @@ import {DataTypes} from '../libraries/types/DataTypes.sol';
* @title LendingPoolConfigurator contract
* @author Aave
* @dev Implements the configuration methods for the Aave protocol. Interacts directly with the LendingPool contract
* All the functions can be invoked by either the PoolAdmin or the EmergencyAdmin.
**/
contract LendingPoolConfigurator is VersionedInitializable {