Updated on 2026-08-14
This commit is contained in:
parent
0f74d89efc
commit
6b6518ca86
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ object NotificationsFactory {
|
|||
val spendingAmount = if (cryptoCurrency is CryptoCurrency.Token) {
|
||||
feeAmount
|
||||
} else {
|
||||
receivedAmount
|
||||
receivedAmount + 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