Skip to content

Commit

Permalink
chore: correct unbalanced error
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Sep 5, 2024
1 parent 0f9279f commit 3da39b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions 02.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,13 @@ 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 | 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 |

[00]: 00.md
[01]: 01.md
Expand Down
2 changes: 2 additions & 0 deletions 05.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ 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 |
Expand Down

0 comments on commit 3da39b9

Please sign in to comment.