tutorialtoken-box
tutorialtoken-box copied to clipboard
Balance is "incorrect"
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);