Skip to content

Commit

Permalink
Inactive keyset, invalid token
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Sep 5, 2024
1 parent 42cc753 commit 435c510
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
11 changes: 6 additions & 5 deletions 02.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,12 @@ A useful flow is:

## Errors

| Code | Description |
|--------|------------------------------------|
| 11002 | Insufficient fee included |
| 11003 | Fee over paid |
| 12001 | Keyset is not known |
| Code | Description |
|--------|------------------------------------------|
| 11002 | Insufficient fee included |
| 11003 | Fee over paid |
| 12001 | Keyset is not known |
| 12002 | Keyset is inactive, cannot sign messages |

[00]: 00.md
[01]: 01.md
Expand Down
4 changes: 3 additions & 1 deletion 03.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ If successful, `Bob` will respond with a `PostSwapResponse`

| Code | Description |
|--------|-------------------------------------------|
| 11001 | Token is already spent |
| 10002 | Blinded message of output already signed |
| 10003 | Token could not be verified |
| 11001 | Token is already spent |
| 12002 | Keyset is inactive, cannot sign messages |

[00]: 00.md
[01]: 01.md
Expand Down
1 change: 1 addition & 0 deletions 04.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Example `MintMethodSetting`:
|--------|-------------------------------------------|
| 10002 | Blinded message of output already signed |
| 11005 | Unit in request is not supported |
| 12002 | Keyset is inactive, cannot sign messages |
| 20001 | Quote request is not paid |
| 20002 | Tokens have already been issued for quote |
| 20003 | Minting is disabled |
Expand Down
1 change: 1 addition & 0 deletions 05.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Example `MeltMethodSetting`:
| Code | Description |
|--------|-------------------------------------------|
| 10002 | Blinded message of output already signed |
| 10003 | Token could not be verified |
| 11001 | Token is already spent |
| 11005 | Unit in request is not supported |
| 20005 | Quote is pending |
Expand Down

0 comments on commit 435c510

Please sign in to comment.