-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lightningd: create new return code for enableoffer.
Suggested-by: https://github.com/Lagrang3 Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
1e1edfd
commit 975dd76
Showing
5 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10998,6 +10998,12 @@ | |
"Note: the returned object is the same format as **listoffers**." | ||
] | ||
}, | ||
"errors": [ | ||
"On failure, one of the following error codes may be returned:", | ||
"", | ||
"- -32602: Error in given parameters.", | ||
"- 1006: offer already enabled." | ||
], | ||
"author": [ | ||
"Rusty Russell <<[email protected]>> is mainly responsible." | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,12 @@ | |
"Note: the returned object is the same format as **listoffers**." | ||
] | ||
}, | ||
"errors": [ | ||
"On failure, one of the following error codes may be returned:", | ||
"", | ||
"- -32602: Error in given parameters.", | ||
"- 1006: offer already enabled." | ||
], | ||
"author": [ | ||
"Rusty Russell <<[email protected]>> is mainly responsible." | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters