Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-07 11:31:03 +05:00
parent 5514e3a195
commit 587d356bf3
4 changed files with 8 additions and 5 deletions

View file

@ -55,7 +55,7 @@ internal class SavedSwapTransactionListConverter(
userWallet = userWallet,
network = fromNetwork,
) ?: return null
val toNetwork = createSwapTransactionNetwork(fromToken, userWallet) ?: return null
val toNetwork = createSwapTransactionNetwork(toToken, userWallet) ?: return null
val toCryptoCurrency = responseCryptoCurrenciesFactory.createCurrency(
responseToken = toToken,
userWallet = userWallet,