Skip to content

Commit

Permalink
pylightning: update getroute() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
billygarrison authored and cdecker committed Mar 19, 2019
1 parent 132028b commit 99adea5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/pylightning/lightning/lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,9 @@ def getroute(self, node_id, msatoshi, riskfactor, cltv=9, fromid=None, fuzzperce
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}
(0.0 -> 100.0, default 5.0). {exclude} is an optional array of
(0.0 -> 100.0, default 5.0). {exclude} is an optional array of
scid/direction to exclude. Limit the number of hops in the route to
{maxhops}.
"""
payload = {
"id": node_id,
Expand Down

0 comments on commit 99adea5

Please sign in to comment.