Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-10 16:14:08 +05:00
parent d28347ee21
commit 1b061d2d2b
6 changed files with 14 additions and 3 deletions

View file

@ -136,6 +136,7 @@ internal class NotificationsModel @Inject constructor(
val currencyCheck = getCurrencyCheckUseCase(
userWalletId = userWalletId,
currencyStatus = cryptoCurrencyStatus,
feeCurrencyStatus = feeCryptoCurrencyStatus,
amount = sendingAmount,
fee = feeValue,
recipientAddress = destinationAddress,