diff --git a/contracts/interfaces/IPoolConfigurator.sol b/contracts/interfaces/IPoolConfigurator.sol index ea809117d..df7c06b9b 100644 --- a/contracts/interfaces/IPoolConfigurator.sol +++ b/contracts/interfaces/IPoolConfigurator.sol @@ -319,7 +319,6 @@ interface IPoolConfigurator { /** * @notice Enable or disable flashloans on a reserve - * @dev Can only be enabled (set to true) if borrowing is enabled * @param asset The address of the underlying asset of the reserve * @param enabled True if flashloans need to be enabled, false otherwise */