Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-22 11:31:08 +02:00
parent b1b7b1bc15
commit 3f6a17e340
3 changed files with 17 additions and 14 deletions

View file

@ -251,7 +251,7 @@ internal class SwapViewModel @Inject constructor(
providers = toProvidersList,
amountToSwap = amount,
selectedFee = dataState.selectedFee?.feeType ?: FeeType.NORMAL,
)
).entries.first().value// TODO
}
},
onSuccess = { swapState ->