Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-27 15:23:46 +05:00
parent d0d9fcfef8
commit d772beda45
11 changed files with 90 additions and 41 deletions

View file

@ -198,7 +198,7 @@ internal class AddStakingNotificationsTransformer(
addExistentialWarningNotification(
existentialDeposit = currencyCheck.existentialDeposit,
feeAmount = feeState?.fee?.amount?.value.orZero(),
receivedAmount = sendingAmount,
sendingAmount = sendingAmount,
cryptoCurrencyStatus = cryptoCurrencyStatus,
onReduceClick = prevState.clickIntents::onAmountReduceByClick,
)