trustline-inc / probity

A transparent asset-based lending protocol implemented for the EVM.
https://docs.trustline.co
Other
3 stars 1 forks source link

using mul over div to prevent loss of precision #213

Closed shine2lay closed 2 years ago

shine2lay commented 2 years ago

ModifyEquity will now expect equityAmount in WAD and same goes for ModifyDebt's debtAmount

This fixes the following issues

closes #195 closes #177