Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-17 12:12:11 +05:00
parent 5e95f63d68
commit fd4b5a3011

View file

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