Skip to content

Commit 774f60c

Browse files
authored
Merge pull request #244 from Fingolfin69/bn-change-sw-user-cancelled-code
Change `UserCancelled` status word code
2 parents a377f28 + 9e2babd commit 774f60c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ledger_device_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ledger_device_sdk"
3-
version = "1.21.1"
3+
version = "1.21.2"
44
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
55
edition = "2021"
66
license.workspace = true

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)