diff --git a/domain/card/src/main/kotlin/com/tangem/domain/card/common/visa/VisaUtilities.kt b/domain/card/src/main/kotlin/com/tangem/domain/card/common/visa/VisaUtilities.kt index 2ed1be037d..ef0f7ffdf6 100644 --- a/domain/card/src/main/kotlin/com/tangem/domain/card/common/visa/VisaUtilities.kt +++ b/domain/card/src/main/kotlin/com/tangem/domain/card/common/visa/VisaUtilities.kt @@ -46,6 +46,7 @@ object VisaUtilities { fun generateAddressFromExtendedKey(extendedPublicKey: ExtendedPublicKey): String { val derivationData = visaBlockchain.makeAddressesFromExtendedPublicKey( extendedPublicKey = extendedPublicKey, + rawPath = null, // if null, the function will use default derivation path for the blockchain cachedIndex = null, ) return derivationData.address