Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-03 14:25:03 +03:00
parent 63f6ae5dfa
commit 761f896656
12 changed files with 17 additions and 97 deletions

View file

@ -80,8 +80,6 @@ internal class SendViewModel @Inject constructor(
getCurrencyStatusUpdatesUseCase(
userWalletId = userWalletId,
currencyId = cryptoCurrency.id,
derivationPath = cryptoCurrency.network.derivationPath,
contractAddress = (cryptoCurrency as? CryptoCurrency.Token)?.contractAddress,
isSingleWalletWithTokens = isSingleWallet,
)
.flowWithLifecycle(owner.lifecycle)