The redeem function has belowMaxRedeemPerBlock modifier and it checks _config.isActive is true from L127.
The redeem function calls _transferToBeneficiary and it also checks tokenConfig[asset].isActive is true from L594.
This is an unnecessary double check. It is recommended to remove the check.
