Getline-Network / getline

Distributed P2P Lending System
https://getline.in
Apache License 2.0
9 stars 6 forks source link

Fix collateral amount being sent #82

Closed q3k closed 6 years ago

q3k commented 6 years ago

As is easy to spot in the code, we were sending whole tokens as an argument, instead of the smallest values.

... We really should have had different types for different balances (one for humanized, one for integral). And made that type dependent on the token type.