Closed mrosendin closed 2 years ago
* TODO: How is reduceAuctionDebt used?
https://github.com/trustline-inc/probity/blob/06a30f08b81e29ef7d86319c4e2659b6b01b173a/contracts/probity/Liquidator.sol#L158
It's to track how much debt is on auction right now. This is called when a auction sale is completed.
thanks
@shine2lay I only see it being used in cancelAuction
cancelAuction
https://github.com/trustline-inc/probity/blob/811166bdc021bd696ce898cf5f543213710d0cb3/contracts/probity/Auctioneer.sol#L310
good catch
https://github.com/trustline-inc/probity/blob/06a30f08b81e29ef7d86319c4e2659b6b01b173a/contracts/probity/Liquidator.sol#L158