tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Fix issue with units in initial auction bids #202

Closed dorranh closed 3 years ago

dorranh commented 3 years ago

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.

dorranh commented 3 years ago

No worries, that sounds good :slightly_smiling_face:

utdemir commented 3 years ago

Awesome find, thanks!