LTC wallet fixed
This commit is contained in:
parent
74c74744a9
commit
f5e8564f75
@ -116,7 +116,7 @@ public class MiningBean {
|
|||||||
|
|
||||||
double res = Double.parseDouble(balance) / 100000000;
|
double res = Double.parseDouble(balance) / 100000000;
|
||||||
if (res > 0d) {
|
if (res > 0d) {
|
||||||
resultStr = res + " LTC " + curSym + String.format("%.2f", (res * lastPrices[1]));
|
; resultStr = res + " LTC " + curSym + String.format("%.2f", (res * lastPrices[1]));
|
||||||
} else
|
} else
|
||||||
resultStr = "Unknown";
|
resultStr = "Unknown";
|
||||||
KeyValue wi = new KeyValue();
|
KeyValue wi = new KeyValue();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user