Skip to content

Commit

Permalink
fix spelling in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elric1 committed Sep 20, 2023
1 parent 93d3886 commit bf775a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/docs/apdu.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This parses as:
| `EXC_MEMORY_ERROR` | 0x9200 | Memory error. |
| `EXC_UNEXPECTED_STATE` | 0x9001 | The state of the application is unexpected. |
| `EXC_UNEXPECTED_SIGN_STATE` | 0x9002 | The state of the application at signature is unexpected. |
| `EXC_UNKNOWN` | 0x90FF | Unkown exception. |
| `EXC_UNKNOWN` | 0x90FF | Unknown exception. |

## APDU instructions in use by Tezos Ledger apps

Expand Down Expand Up @@ -172,11 +172,11 @@ All these APDUs should respond with a success RAPDU as follows:
Except for the last one, which will reply, after confirmation, with
the `message` signed in a RAPDU as follows:

| Length | Description |
|--------------|----------------------------------------------------------|
| `32` | The hash (Only with the instuction `INS_SIGN_WITH_HASH`) |
| `<variable>` | The signed hash |
| `2` | Should be 0x9000 |
| Length | Description |
|--------------|-----------------------------------------------------------|
| `32` | The hash (Only with the instruction `INS_SIGN_WITH_HASH`) |
| `<variable>` | The signed hash |
| `2` | Should be 0x9000 |

### `INS_GIT`

Expand Down

0 comments on commit bf775a0

Please sign in to comment.