getroute: fix help message to get arg order correct, include riskfactor.

Closes: #38
Reported-by: Glenn Willen
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-10-07 14:00:16 +10:30
parent 922fba9fbe
commit 0460f0caca

View File

@@ -285,7 +285,7 @@ static void json_getroute(struct command *cmd,
const struct json_command getroute_command = {
"getroute",
json_getroute,
"Return route for {msatoshi} to {id}",
"Return route to {id} for {msatoshi}, using {riskfactor}",
"Returns a {route} array of {id} {msatoshi} {delay}: msatoshi and delay (in blocks) is cumulative."
};