interlay / interbtc

interBTC: Bitcoin Anywhere
https://app.interlay.io/
Apache License 2.0
247 stars 83 forks source link

fix: don't mint kbtc in cancel_redeem for liquidated vault #1204

Closed sander2 closed 1 year ago

sander2 commented 1 year ago

On cancel_redeem we have two branches:

Unfortunately this doesn't account for the case when the Vault is liquidated, which on reimburse would still send them the "to-be-burned" KBTC. However because the Vault is already liquidated there is insufficient collateral to back these tokens, they should be burned and the accounting on the liquidation vault should be updated to reflect the decreased issued tokens.