flow-protocol-ethereum icon indicating copy to clipboard operation
flow-protocol-ethereum copied to clipboard

Ability to redeem / close position with a faulty liquidity pool

Open xlc opened this issue 5 years ago • 0 comments

This is required if a liquidity pool contract stops working (e.g. revert on every calls). We still should allow user to redeem or close position.

A possible implementation is wrap with calls to lp contract and returns a default response if the call failed.

xlc avatar Feb 20 '20 21:02 xlc