Skip to content

Commit 7a16c29

Browse files
committed
fix: Change UserCancelled status word code
1 parent a377f28 commit 7a16c29

File tree

1 file changed

+1
-1
lines changed
  • ledger_device_sdk/src

1 file changed

+1
-1
lines changed

ledger_device_sdk/src/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub enum StatusWords {
1818
BadIns = 0x6e01,
1919
BadP1P2 = 0x6e02,
2020
BadLen = 0x6e03,
21-
UserCancelled = 0x6e04,
21+
UserCancelled = 0x6985,
2222
Unknown = 0x6d00,
2323
Panic = 0xe000,
2424
DeviceLocked = 0x5515,

0 commit comments

Comments
 (0)