Skip to content

Commit

Permalink
fix: Add natspec @dev for new flow
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Jan 27, 2022
1 parent 5d9938d commit b07e852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/interfaces/IPoolConfigurator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ interface IPoolConfigurator {

/**
* @notice Configures borrowing on a reserve.
* @dev Can only be disabled (set to false) if stable borrowing is disabled
* @param asset The address of the underlying asset of the reserve
* @param enabled True if borrowing needs to be enabled, false otherwise
**/
Expand All @@ -295,6 +296,7 @@ interface IPoolConfigurator {

/**
* @notice Enable or disable stable rate borrowing 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 stable rate borrowing needs to be enabled, false otherwise
**/
Expand Down

0 comments on commit b07e852

Please sign in to comment.