Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-22 14:19:13 +03:00
parent 19c80763c3
commit 5b959ee2eb
11 changed files with 82 additions and 25 deletions

View file

@ -741,7 +741,7 @@ internal class SendViewModel @Inject constructor(
return getFeeUseCase.invoke(
amount = amount,
destination = recipientState.addressTextField.value,
userWalletId = userWalletId,
userWallet = userWallet,
cryptoCurrency = cryptoCurrency,
)
}