docs: regenerate loop CLI reference

This commit is contained in:
Boris Nagaev 2026-04-06 16:15:22 -05:00
parent 659d812634
commit ad7b92e839
No known key found for this signature in database
2 changed files with 22 additions and 14 deletions

View file

@ -567,6 +567,12 @@ Loop in funds from static address deposits.
.PP
\fB--last_hop\fP="": the pubkey of the last hop to use for this swap
.PP
\fB--max_swap_fee_ppm\fP="": the maximum swap fee expressed in parts per million of the swap amount. If set together with --max_swap_fee_sat the tighter cap is used. (default: 0)
.PP
\fB--max_swap_fee_sat\fP="": the maximum swap fee in satoshis. If set, the swap is rejected when the quoted fee exceeds this cap. The maximum allowed value is 10000000. On-chain fees for creating static deposits are unaffected. (default: 0)
.PP
\fB--payment_timeout\fP="": the maximum time in seconds that the server is allowed to take for the swap payment. The client can retry the swap with adjusted parameters after the payment timed out. (default: 0s)