threefoldtech / web3gw

Proxy for the web3 world
Apache License 2.0
1 stars 1 forks source link

Requesting stellar TFT balance only returns the integer part #99

Closed robvanmieghem closed 1 year ago

robvanmieghem commented 1 year ago

server/clients/stellar/balance.go Sets the balance on a big.Int, ignoring the boolean return value if it succeeded or not. The rpc method returns an int64 too.

brandonpille commented 1 year ago

Stellar tft balance returns string now since #63