Dandy Caramel Tortoise
Medium
Using .approve
will cause bidding to revert in LenderCommitmentGroup_Smart.sol
.approve
is used expecting a boolean return variable which will revert for USDT since it doesn't return anything. The team specifically plans to support USDT
principalToken.approve(address(TELLER_V2), _principalAmount);
No response
No response
No response
Bidding in LenderCommitmentGroup_Smart
will revert for USDT
No response
Use .safeApprove
instead