Updated on 2026-08-14
This commit is contained in:
commit
1faf061218
1 changed files with 1 additions and 1 deletions
|
|
@ -1282,7 +1282,7 @@ internal class SwapInteractorImpl @AssistedInject constructor(
|
|||
)
|
||||
?.filterIsInstance<CryptoCurrency.Coin>()
|
||||
?.firstOrNull { it.network.id == network.id && it.network.derivationPath == network.derivationPath }
|
||||
?: error("Unable to create network coin with ID: ${network.id}")
|
||||
?: currenciesRepository.createCoinCurrency(network)
|
||||
}
|
||||
|
||||
private suspend fun createEmptyAmountState(): SwapState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue