mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
wallet: clarify error 302.
"Dust limit unmet" seems undescriptive to me. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
f4eda74789
commit
7f508cca5f
@@ -32,7 +32,7 @@
|
||||
/* `fundchannel` or `withdraw` errors */
|
||||
#define FUND_MAX_EXCEEDED 300
|
||||
#define FUND_CANNOT_AFFORD 301
|
||||
#define FUND_DUST_LIMIT_UNMET 302
|
||||
#define FUND_OUTPUT_IS_DUST 302
|
||||
|
||||
/* Errors from `invoice` command */
|
||||
#define INVOICE_LABEL_ALREADY_EXISTS 900
|
||||
|
||||
Reference in New Issue
Block a user