Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-28 12:55:16 +05:00
parent 2c03b864e6
commit 2baea3992a

View file

@ -287,7 +287,7 @@ internal class NotificationsModel @Inject constructor(
) {
val validationError = validateTransactionUseCase(
userWalletId = userWalletId,
amount = sendingAmount.convertToSdkAmount(currency),
amount = enteredAmount.convertToSdkAmount(currency),
fee = fee,
memo = memo,
destination = destinationAddress,