Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-07 19:51:29 +03:00
parent 12583818ec
commit dfd8bd0594
6 changed files with 62 additions and 29 deletions

View file

@ -56,7 +56,7 @@ public class TangemCard {
return countConfirmTX;
}
public void SetConfirmTXCount(BigInteger count) {
public void setConfirmTXCount(BigInteger count) {
countConfirmTX = count;
}