lbryio / lbry-android

The LBRY Android app
MIT License
2.44k stars 113 forks source link

Total amount of LBC does not convert correctly to USD in wallet #1185

Closed lgyurci closed 3 years ago

lgyurci commented 3 years ago
## The Issue Wallet in the app displays the total owned amount in $ incorrectly. ### Steps to reproduce 1. Support any channel/make any revokable support 2. Go to wallet 3. ??? 4. Profit ### Expected behaviour The total amount (revokable stuff + owned stuff) is displayed, and below that that amount is displayed in $. The total amount in LBC should be equal to the total amount in $. ### Actual behaviour The two values are not equal (if you convert one to the other). The value in $ only represents the value you currently have, without the revokable support stuff, which is incorrect, since the two values are connected with a ≈ sign. ## System Configuration - Device: Xiaomi Redmi Note 5 Pro - Android version: 10 ## Screenshots

Screenshot_20210414-000622 As you can see, 2.3 LBC does not convert to 0.08 USD

Internal Use

Acceptance Criteria

1. 2. 3.

Definition of Done

tzarebczan commented 3 years ago

Thanks for filing. Right now it's showing the available balance total, but we need to show the overall value. We'll get this fixed soon!