From 8701c372e4024579e7b41467b1ad6e2939ac3c04 Mon Sep 17 00:00:00 2001 From: elnosh Date: Tue, 10 Sep 2024 14:03:18 -0500 Subject: [PATCH] error codes: add nut-05 amount outside of limit code --- error_codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error_codes.md b/error_codes.md index 6d0a004..f340330 100644 --- a/error_codes.md +++ b/error_codes.md @@ -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] |