mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
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:
@@ -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."
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user