Updated on 2026-08-14
This commit is contained in:
parent
25086c03af
commit
bc76083496
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue