Skip to content

Commit

Permalink
fix: INBALID
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Feb 1, 2024
1 parent d115d88 commit f73c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl APDUResponseCodes {
"[APDU_CODE_COMMAND_NOT_ALLOWED] Command not allowed (no current EF)"
}
APDUResponseCodes::InvalidData => {
"[APDU_CODE_INBALID_DATA] The parameters in the data field are incorrect"
"[APDU_CODE_INVALID_DATA] The parameters in the data field are incorrect"
}
APDUResponseCodes::InvalidP1P2 => "[APDU_CODE_INVALIDP1P2] Wrong parameter(s) P1-P2",
APDUResponseCodes::InsNotSupported => {
Expand Down

0 comments on commit f73c008

Please sign in to comment.