Fixes a bug in start_liquidation_auction_if_possible where the initial bid for a liquidation auction was calculated assuming the liquidation price was in units of kit/tez while it actually has units of tez/kit. Also added a unit / regression test which catches the error in the previous implementation.
Fixes a bug in
start_liquidation_auction_if_possible
where the initial bid for a liquidation auction was calculated assuming the liquidation price was in units ofkit/tez
while it actually has units oftez/kit
. Also added a unit / regression test which catches the error in the previous implementation.