Updated on 2026-08-14
This commit is contained in:
parent
3a33ef4bac
commit
8522a53690
4 changed files with 5 additions and 3 deletions
|
|
@ -123,6 +123,7 @@ object TangemSdkErrorMapper {
|
|||
is TangemSdkError.ResetBackupFailedHasBackedUpWallets -> error
|
||||
is TangemSdkError.KeysImportDisabled -> error
|
||||
is TangemSdkError.Underlying -> error
|
||||
is TangemSdkError.UserCodeRecoveryDisabled -> error
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -18,10 +18,10 @@ import com.tangem.common.core.Config
|
|||
import com.tangem.common.core.TangemSdkError
|
||||
import com.tangem.common.core.UserCodeRequestPolicy
|
||||
import com.tangem.common.extensions.ByteArrayKey
|
||||
import com.tangem.crypto.hdWallet.DerivationPath
|
||||
import com.tangem.common.map
|
||||
import com.tangem.common.usersCode.UserCodeRepository
|
||||
import com.tangem.core.analytics.Analytics
|
||||
import com.tangem.crypto.hdWallet.DerivationPath
|
||||
import com.tangem.domain.common.CardDTO
|
||||
import com.tangem.domain.common.ScanResponse
|
||||
import com.tangem.operations.CommandResponse
|
||||
|
|
@ -240,6 +240,7 @@ class TangemSdkManager(private val tangemSdk: TangemSdk, private val context: Co
|
|||
allowUntrustedCards = true,
|
||||
filter = CardFilter(
|
||||
allowedCardTypes = FirmwareVersion.FirmwareType.values().toList(),
|
||||
maxFirmwareVersion = FirmwareVersion(major = 4, minor = 52),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue