Skip to content

Commit

Permalink
Update BorrowLogic.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey <[email protected]>
  • Loading branch information
brotherlymite and kyzia551 authored May 23, 2024
1 parent 4a2d4cc commit 1ff0262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ library BorrowLogic {
* @param reserve The of the reserve of the asset being repaid
* @param userConfig The user configuration mapping that tracks the supplied/borrowed assets
* @param asset The asset of the position being swapped
* @param interestRateMode The current interest rate mode of the position being swapped
* @param user The user whose debt position is being swapped
* @param interestRateMode The current interest rate mode of the position being swapped
*/
function executeSwapBorrowRateMode(
DataTypes.ReserveData storage reserve,
Expand Down

0 comments on commit 1ff0262

Please sign in to comment.