mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
docs: regenerate loop CLI reference
This commit is contained in:
parent
659d812634
commit
ad7b92e839
2 changed files with 22 additions and 14 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue