tutorialtoken-box icon indicating copy to clipboard operation
tutorialtoken-box copied to clipboard

Balance is "incorrect"

Open SylTi opened this issue 7 years ago • 0 comments

The balance should display 120.00 TT since the token got 2 decimals The fix is straightforward: balance = result.c[0].div(100).toFixed(2);

SylTi avatar Sep 22 '17 17:09 SylTi