Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 4943ba9

Browse files
nomisrussss
authored andcommitted
Fix PIN verification
The VERIFY command shouldn't have Le present
1 parent 2d2978b commit 4943ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emv/protocol/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def __init__(self, pin):
184184
data += b"f"
185185
self.data = codecs.decode(data, "hex")
186186

187-
self.le = 0x00
187+
self.le = None
188188

189189

190190
class GenerateApplicationCryptogramCommand(CAPDU):

0 commit comments

Comments
 (0)