Skip to content

Commit

Permalink
Update contracts/interfaces/IPoolConfigurator.sol comments
Browse files Browse the repository at this point in the history
Co-authored-by: miguelmtz <[email protected]>
  • Loading branch information
Steven Valeri and miguelmtzinf authored Oct 18, 2022
1 parent c17c5a8 commit 2f2e18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IPoolConfigurator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface IPoolConfigurator {
/**
* @dev Emitted when flashloans are enabled or disabled on a reserve.
* @param asset The address of the underlying asset of the reserve
* @param enabled True if flashloans are enabled, False if flashloans are disabled
* @param enabled True if flashloans are enabled, false otherwise
*/
event ReserveFlashLoaning(address indexed asset, bool enabled);

Expand Down

0 comments on commit 2f2e18e

Please sign in to comment.