Skip to content

Commit

Permalink
Update getroute helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth authored and cdecker committed Apr 4, 2019
1 parent dda000f commit 365dcb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lightningd/gossip_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,10 @@ static const struct json_command getroute_command = {
json_getroute,
"Show route to {id} for {msatoshi}, using {riskfactor} and optional {cltv} (default 9). "
"If specified search from {fromid} otherwise use this node as source. "
"Randomize the route with up to {fuzzpercent} (default 5.0) "
"using {seed} as an arbitrary-size string seed."
"Randomize the route with up to {fuzzpercent} (default 5.0). "
"{exclude} an array of short-channel-id/direction (e.g. [ '564334x877x1/0', '564195x1292x0/1' ]) "
"from consideration. "
"Set the {maxhops} the route can take (default 20)."
};
AUTODATA(json_command, &getroute_command);

Expand Down

0 comments on commit 365dcb2

Please sign in to comment.