Feedback from @niftynei.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-01-15 14:40:27 +10:30
committed by Christian Decker
parent dc2ee9639b
commit 80753bfbd5
4 changed files with 5 additions and 4 deletions

View File

@@ -368,7 +368,7 @@ static struct command_result *json_getroute(struct command *cmd,
&excluded_dir[i])) {
return command_fail(cmd, JSONRPC2_INVALID_PARAMS,
"%.*s is not a valid"
" id+direction",
" short_channel_id/direction",
t->end - t->start,
buffer + t->start);
}