Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-19 11:10:14 +04:00
parent 7b5b4753a7
commit 4e4e360ae1
5 changed files with 39 additions and 41 deletions

View file

@ -323,8 +323,9 @@ internal class SendDestinationModel @Inject constructor(
senderAddresses = senderAddresses.value,
)
val memoValidationResult = validateWalletMemoUseCase(
userWalletId = userWalletId,
cryptoCurrency = cryptoCurrency,
memo = memo.orEmpty(),
network = cryptoCurrency.network,
)
if (type != null) {