From 99adea598822d563f7ce966ec45c5f487d6775e3 Mon Sep 17 00:00:00 2001 From: Billy Garrison Date: Mon, 18 Mar 2019 09:45:37 -0300 Subject: [PATCH] pylightning: update getroute() docstring --- contrib/pylightning/lightning/lightning.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/pylightning/lightning/lightning.py b/contrib/pylightning/lightning/lightning.py index 1b8f258a2..2b0c23a3f 100644 --- a/contrib/pylightning/lightning/lightning.py +++ b/contrib/pylightning/lightning/lightning.py @@ -307,10 +307,9 @@ class LightningRpc(UnixDomainSocketRpc): 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,