Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pashinov authored Mar 12, 2024
1 parent 2d9573c commit d5a7ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ _This command signs a transaction message_

| _CLA_ | _INS_ | _P1_ | _P2_ | _Lc_ | _CData_ |
| ----- |:-----:| ---: | ---- | :------: |---------------:|
| E0 | 05 | 01 | 0x01 (last chunk) <br> 0x02 (first chunk) <br> 0x03 (single chunk) <br> 0x00 (intermediate chunk) | variable | variable |
| E0 | 05 | 01 | 0x01 (last chunk) <br> 0x02 (first chunk) <br> 0x00 (single chunk) <br> 0x03 (intermediate chunk) | variable | variable |

##### Input data

Expand Down Expand Up @@ -227,4 +227,4 @@ The following standard Status Words are returned for all APDUs - some specific S
| 6982 | Security status not satisfied (Canceled by user) |
| 6B0x | Invalid request |
| 6Fxx | Technical problem (Internal error, please report) |
| 9000 | Normal ending of the command |
| 9000 | Normal ending of the command |

0 comments on commit d5a7ecd

Please sign in to comment.