Updated on 2026-08-14
This commit is contained in:
parent
8afcc6fbdf
commit
608753d937
10 changed files with 100 additions and 83 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue