Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Sep 5, 2024
1 parent 4de6338 commit 0f9279f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 34 deletions.
12 changes: 6 additions & 6 deletions 02.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,12 @@ A useful flow is:

## Errors

| Code | Description |
|--------|------------------------------------------|
| 11002 | Insufficient fee included |
| 11003 | Fee over paid |
| 12001 | Keyset is not known |
| 12002 | Keyset is inactive, cannot sign messages |
| 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
14 changes: 7 additions & 7 deletions 03.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ If successful, `Bob` will respond with a `PostSwapResponse`

## Errors

| Code | Description |
|--------|--------------------------------------------------|
| 10002 | Blinded message of output already signed |
| 10003 | Token could not be verified |
| 11001 | Token is already spent |
| 11002 | Transaction is not balanced (inputs != outputs) |
| 12002 | Keyset is inactive, cannot sign messages |
| Code | Description |
| ----- | ----------------------------------------------- |
| 10002 | Blinded message of output already signed |
| 10003 | Token could not be verified |
| 11001 | Token is already spent |
| 11002 | Transaction is not balanced (inputs != outputs) |
| 12002 | Keyset is inactive, cannot sign messages |

[00]: 00.md
[01]: 01.md
Expand Down
19 changes: 9 additions & 10 deletions 04.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,15 @@ Example `MintMethodSetting`:

## Errors

| Code | Description |
|--------|-------------------------------------------|
| 10002 | Blinded message of output already signed |
| 11005 | Unit in request is not supported |
| 11006 | Amount outside of limit range |
| 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 |

| Code | Description |
| ----- | ----------------------------------------- |
| 10002 | Blinded message of output already signed |
| 11005 | Unit in request is not supported |
| 11006 | Amount outside of limit range |
| 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 |

[00]: 00.md
[01]: 01.md
Expand Down
21 changes: 10 additions & 11 deletions 05.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,16 @@ Example `MeltMethodSetting`:

## Errors

| Code | Description |
|--------|--------------------------------------------------|
| 10002 | Blinded message of output already signed |
| 10003 | Token could not be verified |
| 11001 | Token is already spent |
| 11002 | Transaction is not balanced (inputs != outputs) |
| 11005 | Unit in request is not supported |
| 11006 | Amount outside of limit range |
| 20005 | Quote is pending |
| 20006 | Invoice already paid |

| Code | Description |
| ----- | ----------------------------------------------- |
| 10002 | Blinded message of output already signed |
| 10003 | Token could not be verified |
| 11001 | Token is already spent |
| 11002 | Transaction is not balanced (inputs != outputs) |
| 11005 | Unit in request is not supported |
| 11006 | Amount outside of limit range |
| 20005 | Quote is pending |
| 20006 | Invoice already paid |

[00]: 00.md
[01]: 01.md
Expand Down

0 comments on commit 0f9279f

Please sign in to comment.