Updated on 2026-08-14
This commit is contained in:
commit
3eef78aa56
2 changed files with 2 additions and 2 deletions
|
|
@ -1263,7 +1263,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 isAllowedToSpend(
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
tangemBlockchainSdk = "releases-5.36-1480"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "releases-5.36-600"
|
||||
tangemCardSdk = "releases-5.36-607"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
tangemVico = "2.0.0-alpha.25-tangem12"
|
||||
#tangemVico = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue