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