Skip to content

Commit

Permalink
doc: fix natspec of updateGhoBorrowRate
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Jan 2, 2025
1 parent 0512fac commit c636eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracts/misc/interfaces/IGhoAaveSteward.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ interface IGhoAaveSteward {
* @notice Updates the borrow rate of GHO, only if:
* - respects `MINIMUM_DELAY`, the minimum time delay between updates
* - the update changes parameters up to the maximum allowed change according to risk config
* - the update is lower than `GHO_BORROW_RATE_MAX`
* @dev Only callable by Risk Council
* @dev Values are all expressed in BPS
* @param optimalUsageRatio The new optimal usage ratio
Expand Down

0 comments on commit c636eae

Please sign in to comment.