Updated on 2026-08-14
This commit is contained in:
parent
fc91ec19b6
commit
68503f3a51
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ class DefaultCustomTokenInteractor(
|
|||
is Currency.Blockchain -> {
|
||||
cryptoCurrencyFactory.createCoin(
|
||||
blockchain = currency.blockchain,
|
||||
extraDerivationPath = null,
|
||||
extraDerivationPath = currency.derivationPath,
|
||||
derivationStyleProvider = scanResponse.derivationStyleProvider,
|
||||
)
|
||||
}
|
||||
|
|
@ -183,7 +183,7 @@ class DefaultCustomTokenInteractor(
|
|||
cryptoCurrencyFactory.createToken(
|
||||
sdkToken = currency.token,
|
||||
blockchain = currency.blockchain,
|
||||
extraDerivationPath = null,
|
||||
extraDerivationPath = currency.derivationPath,
|
||||
derivationStyleProvider = scanResponse.derivationStyleProvider,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue