param: upgraded json_tok_newaddr

Made it a local static since its a one-off.

Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
Mark Beckwith
2018-08-14 12:52:42 -05:00
committed by Rusty Russell
parent 947752b9cc
commit 2a0c2601c0
5 changed files with 23 additions and 20 deletions

View File

@@ -50,7 +50,6 @@ struct fail_format {
};
static struct fail_format fail_formats[] = {
{json_tok_newaddr, "'%s' should be 'bech32' or 'p2sh-segwit', not '%.*s'"},
{json_tok_wtx,
"'%s' should be 'all' or a positive integer greater than "
"545, not '%.*s'"},