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:
Rusty Russell
2018-06-17 14:18:12 +09:30
committed by Christian Decker
parent f4eda74789
commit 7f508cca5f
4 changed files with 8 additions and 7 deletions

View File

@@ -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