Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-04 13:21:07 +03:00
parent 8afcc6fbdf
commit 608753d937
10 changed files with 100 additions and 83 deletions

View file

@ -207,7 +207,7 @@ public class TangemCard {
}
// TODO разобраться с балансами, привести к единому интерфейсу
public Long InternalUnitsFromString(String caption) {
public Long internalUnitsFromString(String caption) {
try {
return FormatUtil.ConvertStringToLong(caption);
} catch (Exception e) {