Skip to content

Commit

Permalink
test: BorrowControllerV2
Browse files Browse the repository at this point in the history
  • Loading branch information
detectivekim committed Mar 15, 2024
1 parent 26dc1ca commit e171ec3
Show file tree
Hide file tree
Showing 4 changed files with 933 additions and 12 deletions.
2 changes: 1 addition & 1 deletion contracts/libraries/ControllerV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ abstract contract ControllerV2 is IControllerV2, ERC1155Holder, Ownable2Step, Re
})
);
}
if (quote != address (0)) IERC20(quote).approve(address(_cloberController), amount);
if (quote != address(0)) IERC20(quote).approve(address(_cloberController), amount);

length = couponsToMint.length;
for (uint256 i = 0; i < length; ++i) {
Expand Down
Loading

0 comments on commit e171ec3

Please sign in to comment.