dappforce / subsocial-flutter

Flutter SDK for Subsocial blockchain.
GNU General Public License v3.0
11 stars 7 forks source link

Balances returned from sdk are incorrect #25

Open TarekkMA opened 3 years ago

TarekkMA commented 3 years ago

This is the sdk output

freeBalance: 34337661452254143578113
reservedBalance: 4294967296000000000000
miscFrozenBalance: 0
feeFrozenBalance: 0

while the correct output should be image

@shekohex