Skip to content

Commit 8744ad9

Browse files
authored
Merge pull request #63 from buttonwood-protocol/rem-l12-fix-typo-in-comment
fix(rem-l12): fixing typo in general manager comment
2 parents 8847605 + 2e8c44a commit 8744ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GeneralManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ contract GeneralManager is
10441044
originationParameters.borrowAmounts[index + 1], abi.encode(originationParameters, index + 1)
10451045
);
10461046
} else {
1047-
// Send in the collateral to the LoanManager before creating the origination pool
1047+
// Send in the collateral to the LoanManager before creating/expanding the mortgage
10481048
IERC20(originationParameters.mortgageParams.collateral).safeTransfer(
10491049
address(ILoanManager($._loanManager)), originationParameters.mortgageParams.collateralAmount
10501050
);

0 commit comments

Comments
 (0)