Updated on 2026-08-14
This commit is contained in:
parent
5787ea5849
commit
03c8fd3257
3 changed files with 15 additions and 4 deletions
|
|
@ -104,6 +104,7 @@ public class TokenEngine extends CoinEngine {
|
|||
|
||||
public String GetBalanceAlterValue(TangemCard mCard) {
|
||||
String dec = mCard.getDecimalBalanceAlter();
|
||||
if(dec.isEmpty()) return "-- -- --";
|
||||
BigDecimal d = convertToEth(dec);
|
||||
String s = d.toString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue