param: upgraded json_tok_sha256

Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
Mark Beckwith
2018-08-14 15:16:49 -05:00
committed by Rusty Russell
parent 2a0c2601c0
commit 6254d15efd
7 changed files with 32 additions and 23 deletions

View File

@@ -53,7 +53,6 @@ static struct fail_format fail_formats[] = {
{json_tok_wtx,
"'%s' should be 'all' or a positive integer greater than "
"545, not '%.*s'"},
{json_tok_sha256, "'%s' should be a 32 byte hex value, not '%.*s'"},
{NULL, "'%s' of '%.*s' is invalid'"}
};