Updated on 2026-08-14
This commit is contained in:
parent
24e0fb015b
commit
0662e31ed0
14 changed files with 252 additions and 6 deletions
|
|
@ -83,6 +83,8 @@ class DefaultCustomTokenInteractor(
|
|||
return currency.derivationPath?.let { !scanResponse.hasDerivation(currency.blockchain, it) } ?: false
|
||||
}
|
||||
|
||||
@Deprecated("Use DerivePublicKeysUseCase instead")
|
||||
// FIXME: Migration [REDACTED_JIRA]
|
||||
private suspend fun deriveMissingBlockchains(
|
||||
userWallet: UserWallet,
|
||||
currencyList: List<Currency>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue