From 6aee94c04679069bf9de54c20d4658be874e2118 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sat, 7 Sep 2024 13:12:14 +0100 Subject: [PATCH] remove fee over and under --- 02.md | 2 -- 05.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/02.md b/02.md index a689a17c..32642b31 100644 --- a/02.md +++ b/02.md @@ -195,8 +195,6 @@ A useful flow is: | Code | Description | | ----- | ----------------------------------------------- | | 11002 | Transaction is not balanced (inputs != outputs) | -| 11007 | Fee over paid | -| 11006 | Insufficient fee included | | 12001 | Keyset is not known | | 12002 | Keyset is inactive, cannot sign messages | diff --git a/05.md b/05.md index fe8dbcbd..5c87da18 100644 --- a/05.md +++ b/05.md @@ -206,8 +206,6 @@ Example `MeltMethodSetting`: | 11001 | Token is already spent | | 11002 | Transaction is not balanced (inputs != outputs) | | 11005 | Unit in request is not supported | -| 11007 | Fee over paid | -| 11006 | Insufficient fee included | | 11006 | Amount outside of limit range | | 20005 | Quote is pending | | 20006 | Invoice already paid |