Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-25 16:54:41 +03:00
parent 5f4d8d491f
commit 66498f1fda

View file

@ -20,8 +20,7 @@ class DepersonalizeCommand : CommandSerializer<DepersonalizeResponse>() {
override fun serialize(cardEnvironment: CardEnvironment): CommandApdu {
return CommandApdu(
Instruction.Depersonalize, byteArrayOf(),
cardEnvironment.encryptionMode, cardEnvironment.encryptionKey
Instruction.Depersonalize, byteArrayOf()
)
}