Closed PaulRBerg closed 3 years ago
When the pool expires, some AMM functions are not available anymore. E.g getQuoteForSellingUnderlying, for which there should be an alternative like removeLiquidityAndRedeemHToken.
getQuoteForSellingUnderlying
removeLiquidityAndRedeemHToken
As spotted by @defi-david in #30.
Done in https://github.com/hifi-finance/hifi/commit/472627dc9b72d7d50b7cae1de9de89c569bcc3e0.
When the pool expires, some AMM functions are not available anymore. E.g
getQuoteForSellingUnderlying
, for which there should be an alternative likeremoveLiquidityAndRedeemHToken
.As spotted by @defi-david in #30.