Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-09 13:28:33 +05:00
parent a51012484f
commit 32ced9df85
12 changed files with 87 additions and 33 deletions

View file

@ -579,6 +579,7 @@ internal class WalletViewModel @Inject constructor(
getNetworkCoinStatusUseCase(
userWalletId = userWallet.walletId,
networkId = cryptoCurrencyStatus.currency.network.id,
derivationPath = cryptoCurrencyStatus.currency.network.derivationPath,
)
.take(count = 1)
.collectLatest {