LTC wallet fixed

This commit is contained in:
Radek Davidek 2025-05-16 13:50:03 +02:00
parent 74c74744a9
commit f5e8564f75

View File

@ -116,7 +116,7 @@ public class MiningBean {
double res = Double.parseDouble(balance) / 100000000;
if (res > 0d) {
resultStr = res + " LTC " + curSym + String.format("%.2f", (res * lastPrices[1]));
; resultStr = res + " LTC " + curSym + String.format("%.2f", (res * lastPrices[1]));
} else
resultStr = "Unknown";
KeyValue wi = new KeyValue();