Updated on 2026-08-14
This commit is contained in:
parent
a4f2bac9bb
commit
77cb43fd8d
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue