Skip to content

Commit

Permalink
payalgo: Describe maxdelay argument of pay.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZmnSCPxj authored and cdecker committed Apr 17, 2018
1 parent 11ca729 commit 774af5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lightningd/payalgo.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,8 @@ static const struct json_command pay_command = {
"(if and only if {bolt11} does not have amount), "
"{description} (required if {bolt11} uses description hash), "
"{riskfactor} (default 1.0), "
"{maxfeepercent} (default 0.5) the maximum acceptable fee as a percentage (e.g. 0.5 => 0.5%), and "
"{retry_for} (default 60) the integer number of seconds before we stop retrying"
"{maxfeepercent} (default 0.5) the maximum acceptable fee as a percentage (e.g. 0.5 => 0.5%), "
"{retry_for} (default 60) the integer number of seconds before we stop retrying, and "
"{maxdelay} (default 500) the maximum number of blocks we allow the funds to possibly get locked"
};
AUTODATA(json_command, &pay_command);

0 comments on commit 774af5f

Please sign in to comment.