Submitted by csanuragjain
If maturity is reached and user has asked for redeem with opts.transferfCash as true, then if (hasMatured()) turns true at wfCashLogic.sol#L216 causing fcash to be cashed out in underlying token and then sent to receiver. So receiver obtains underlying when fcash was expected. The sender wont get an error thinking fcash transfer was success
If opts.transferfCash is true and maturity is reached then throw an error mentioning that fCash can no longer be transferred
jeffywu (Notional) confirmed:
