Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-04 15:11:52 +03:00
parent fc91ec19b6
commit 68503f3a51

View file

@ -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,
)
}