Getline-Network / getline

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

Fix token balance display #81

Closed q3k closed 6 years ago

q3k commented 6 years ago

The balance display is "13.38" Sample Printable Token. This PR changes it to 13.38 SPT (Sample Printable Token).

We also drive-by fix-up the AccountStateT definition to just have a copy of the BalanceT structure given to us by the API wrapper. And remove an ad-hoc written out type.