Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-20 12:11:48 +05:00
parent a4f2bac9bb
commit 77cb43fd8d
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-422"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^