Submitted by WatchPug
Per the doc:
USDMPegRecovery.sol#L110-L128
However, because the withdraw() function takes funds from the balance of the contract, once the majority of the funds are added to the curve pool via provide(). The withdraw() may often fail due to insufficient funds in the balance.
Consider calling usdm3crv.remove_liquidity_one_coin() when the balance is insufficient for the users withdrawal.
leekt (Concur) confirmed
Alex the Entreprenerd (judge) commented:
