renamed error code

Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
Mark Beckwith
2018-07-28 12:34:17 -05:00
committed by Christian Decker
parent 381c32af75
commit 428da65fb1
2 changed files with 6 additions and 4 deletions

View File

@@ -15,7 +15,9 @@
* with a specific error code, and then removed.
*/
#define LIGHTNINGD -1
#define LIGHTNINGD_INTERNAL -2
/* Developer error in the parameters to param() call */
#define PARAM_DEV_ERROR -2
/* Errors from `pay`, `sendpay`, or `waitsendpay` commands */
#define PAY_IN_PROGRESS 200