From 9d84549a0a1e91246da0312068a59e37413f5aa8 Mon Sep 17 00:00:00 2001 From: Steven Valeri Date: Tue, 18 Oct 2022 13:41:52 -0400 Subject: [PATCH] fix: update comment for setReserveFlashLoaning --- contracts/interfaces/IPoolConfigurator.sol | 1 - 1 file changed, 1 deletion(-) 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 */