payalgo: Implement retry_for for pay command.

This commit is contained in:
ZmnSCPxj
2018-03-11 14:30:34 +00:00
committed by Rusty Russell
parent 981af478f1
commit d181ecbeea
2 changed files with 47 additions and 2 deletions

View File

@@ -21,5 +21,6 @@
#define PAY_INVOICE_EXPIRED 207
#define PAY_NO_SUCH_PAYMENT 208
#define PAY_UNSPECIFIED_ERROR 209
#define PAY_STOPPED_RETRYING 210
#endif /* !defined (LIGHTNING_LIGHTNINGD_JSONRPC_ERRORS_H) */