Submitted by 0x1f8b, also found by Lambda
https://github.dev/Plex-Engineer/lending-market-v2/blob/2646a7676b721db8a7754bf5503dcd712eab2f8a/contracts/CNote.sol#L148
The CNote.doTransferOut method is susceptible to denial of service.
The logic of the doTransferOut method in CNote is as follows:
The doTransferOut method receives an amount which is transferred to to, after it the balance of the contract token is checked to be equal to zero or the transaction will be reverted.
In the following cases a denial of service will occur:
nivasan1 (Canto) confirmed
Alex the Entreprenerd (judge) commented:
