Skip to content

Commit

Permalink
adjust errors
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jan 29, 2025
1 parent f684619 commit 63bf7f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 21.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ The `CAT` is a JWT (or `access_token`) encoded with base64 that is signed by and

See [Error Codes][errors]:

- `30001`: Endpoint requires clear auth.
- `30002`: Clear authentication failed.
- `30001`: Endpoint requires clear auth
- `30002`: Clear authentication failed

[06]: 06.md
[21-SUPPL]: suppl/21.md
[22]: 22.md
[errors]: error_codes.md
[errors]: error_codes.md
8 changes: 4 additions & 4 deletions 22.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ The mint lists each protected endpoint that requires a blind authentication toke

See [Error Codes][errors]:

- `31001`: Endpoint requires blind auth.
- `31002`: Blind authentication failed.
- `31003`: Maximum BAT mint amount exceeded.
- `31004`: BAT mint rate limit
- `31001`: Endpoint requires blind auth
- `31002`: Blind authentication failed
- `31003`: Maximum BAT mint amount exceeded
- `31004`: BAT mint rate limit exceeded

[00]: 00.md
[01]: 01.md
Expand Down
2 changes: 1 addition & 1 deletion error_codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| 31001 | Endpoint requires blind auth | [NUT-22][22] |
| 31002 | Blind authentication failed | [NUT-22][22] |
| 31003 | Maximum BAT mint amount exceeded | [NUT-22][22] |
| 31004 | BAT mint rate limit | [NUT-22][22] |
| 31004 | BAT mint rate limit exceeded | [NUT-22][22] |

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

0 comments on commit 63bf7f6

Please sign in to comment.