The function setRedeemLimit is used by the admin to update the amount of token that can be redeemed during one epoch.
A check should be made to ensure the new redeem limit isnt set below the currentMintAmount.
As this problem will lead to the users not being able to request redeem their minted amount of cash on the current epoch.
