Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-23 14:58:07 +05:00
parent e2632c785c
commit 8251b2ec98

View file

@ -81,11 +81,11 @@ internal class AddStakingNotificationsTransformer(
amountValue = amountValue,
feeValue = feeValue,
reduceAmountBy = reduceAmountBy,
)
).max(minimumRequirement)
} else {
// No amount is taken from account balance on exit or pending actions
BigDecimal.ZERO
}.max(minimumRequirement)
}
val notifications = buildList {
// errors