Skip to content

Commit

Permalink
error codes: add nut-05 amount outside of limit code
Browse files Browse the repository at this point in the history
  • Loading branch information
elnosh authored and thesimplekid committed Sep 11, 2024
1 parent 82e392b commit 8f0c6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error_codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| 11001 | Token is already spent | [NUT-03][03], [NUT-05][05] |
| 11002 | Transaction is not balanced (inputs != outputs) | [NUT-02][02], [NUT-03][03], [NUT-05][05] |
| 11005 | Unit in request is not supported | [NUT-04][04], [NUT-05][05] |
| 11006 | Amount outside of limit range | [NUT-04][04], [NUT-06][06] |
| 11006 | Amount outside of limit range | [NUT-04][04], [NUT-05][05] |
| 12001 | Keyset is not known | [NUT-02][02], [NUT-04][04] |
| 12002 | Keyset is inactive, cannot sign messages | [NUT-02][02], [NUT-03][03], [NUT-04][04] |
| 20001 | Quote request is not paid | [NUT-04][04] |
Expand Down

0 comments on commit 8f0c6de

Please sign in to comment.