Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-21 19:57:38 +05:00
commit 1c20590974
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ object NotificationsFactory {
val spendingAmount = if (cryptoCurrency is CryptoCurrency.Token) {
feeAmount
} else {
sendingAmount
sendingAmount + feeAmount
}
val diff = balance.minus(spendingAmount)
if (existentialDeposit != null && diff >= BigDecimal.ZERO && existentialDeposit > diff) {

View file

@ -88,7 +88,7 @@ markdownComposeView = "0.5.4"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "release-app_5.20-908"
tangemBlockchainSdk = "release-app_5.20-909"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "release-app_5.20-423"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^