Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-07 12:55:01 +04:00
parent 25086c03af
commit bc76083496

View file

@ -371,7 +371,7 @@ abstract class BaseCurrencyStatusOperations(
)
?.filterIsInstance<CryptoCurrency.Coin>()
?.firstOrNull { it.network.id == networkId }
?: error("Unable to create network coin with ID: $networkId and derivation path: $derivationPath")
?: error("Unable to create network coin with ID: $networkId")
} else {
currenciesRepository.getNetworkCoin(userWalletId, networkId, derivationPath)
}