Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-23 19:34:05 +05:00
parent e10334a935
commit a811501f80
5 changed files with 83 additions and 31 deletions

View file

@ -941,7 +941,7 @@ internal class TokenDetailsModel @Inject constructor(
)
modelScope.launch {
retryIncompleteTransactionUseCase(
userWalletId = userWalletId,
userWallet = userWallet,
currency = cryptoCurrency,
).fold(
ifLeft = { e ->
@ -982,7 +982,7 @@ internal class TokenDetailsModel @Inject constructor(
)
modelScope.launch(dispatchers.mainImmediate) {
openTrustlineUseCase(
userWalletId = userWalletId,
userWallet = userWallet,
currency = cryptoCurrency,
).fold(
ifLeft = { e ->
@ -1054,7 +1054,7 @@ internal class TokenDetailsModel @Inject constructor(
)
modelScope.launch(dispatchers.io) {
associateAssetUseCase(
userWalletId = userWalletId,
userWallet = userWallet,
currency = cryptoCurrency,
).fold(
ifLeft = { e ->