Browse Source

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>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
0460f0caca
  1. 2
      daemon/pay.c

2
daemon/pay.c

@ -285,7 +285,7 @@ static void json_getroute(struct command *cmd,
const struct json_command getroute_command = { const struct json_command getroute_command = {
"getroute", "getroute",
json_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." "Returns a {route} array of {id} {msatoshi} {delay}: msatoshi and delay (in blocks) is cumulative."
}; };

Loading…
Cancel
Save