mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-11 00:54:23 +01:00
payalgo: Describe maxdelay argument of pay.
This commit is contained in:
committed by
Christian Decker
parent
11ca729d85
commit
774af5f817
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user