mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
Added json_tok_sha256 (#1779)
Added json_tok_sha256 Converted json_tok_tok over a few places. [ Folded: fixed spacing ] Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
committed by
Rusty Russell
parent
d3edfc8028
commit
1fca7ab562
@@ -57,6 +57,7 @@ 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'"}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user