You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue sdk.get_info() shows mixed balance of different assets.
Description
By accident, I've sent 1 USDT to my liquid address and now my wallet shows me that I have 1 L-BTC. I also have 6,600 LBTC SATS there, so now I keep getting my balance mixed. In response from sdk.get_info() the total sum shows up like 100,006,600 SATS.
I know that Breez doesn't support USDT yet, but we can still have a situation like this.
Please have a look at my suggestion below.
Expected behavior
I would like to have my wallet's balance details separated by asset.
Suggestion
It would be really useful to have details been added to response from sdk.get_info(). Now it returns this object:
Issue
sdk.get_info()
shows mixed balance of different assets.Description
By accident, I've sent 1 USDT to my liquid address and now my wallet shows me that I have 1 L-BTC. I also have 6,600 LBTC SATS there, so now I keep getting my balance mixed. In response from
sdk.get_info()
the total sum shows up like 100,006,600 SATS.I know that Breez doesn't support USDT yet, but we can still have a situation like this.
Please have a look at my suggestion below.
Expected behavior
I would like to have my wallet's balance details separated by asset.
Suggestion
It would be really useful to have details been added to response from
sdk.get_info()
. Now it returns this object:and the issue could be resolved by adding asset details to this response. Something like this:
Environment
Breez SDK Liquid for Python, v. 0.5.1
MAINNET
Thanks for your work!
The text was updated successfully, but these errors were encountered: