LenderPool.sol#L579-L592
In the event the borrower cancels his borrow request, the principal withdrawable by the lender should be the liquidity he provided, but the function returns 0 instead.
Add the CANCELLED case in the second if branch.
