You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/loop.1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -503,7 +503,7 @@ Withdraw from static address deposits.
503
503
\fB--all\fP: withdraws all static address deposits.
504
504
505
505
.PP
506
-
\fB--amount\fP="": the number of satoshis that should be withdrawn from the selected deposits. The change is sent back to the static address (default: 0)
506
+
\fB--amt,--amount\fP="": the number of satoshis that should be withdrawn from the selected deposits. The change is sent back to the static address (default: 0)
507
507
508
508
.PP
509
509
\fB--dest_addr\fP="": the optional address that the withdrawn funds should be sent to, if let blank the funds will go to lnd's wallet
@@ -532,7 +532,7 @@ Loop in funds from static address deposits.
532
532
\fB--all\fP: loop in all static address deposits.
533
533
534
534
.PP
535
-
\fB--amount\fP="": the number of satoshis that should be swapped from the selected deposits. If thereis change it is sent back to the static address. (default: 0)
535
+
\fB--amt,--amount\fP="": the number of satoshis that should be swapped from the selected deposits. If thereis change it is sent back to the static address. (default: 0)
536
536
537
537
.PP
538
538
\fB--fast\fP: Usage: complete the swap faster by paying a higher fee, so the change output is available sooner
|`--utxo="..."`| specify utxos as outpoints(tx:idx) which willbe withdrawn | string |`[]`|
591
-
|`--all`| withdraws all static address deposits | bool |`false`|
592
-
|`--dest_addr="..."`| the optional address that the withdrawn funds should be sent to, if let blank the funds will go to lnd's wallet | string |
593
-
|`--sat_per_vbyte="..."`| (optional) a manual fee expressed in sat/vbyte that should be used when crafting the transaction | uint |`0`|
594
-
|`--amount="..."`| the number of satoshis that should be withdrawn from the selected deposits. The change is sent back to the static address | uint |`0`|
|`--utxo="..."`| specify utxos as outpoints(tx:idx) which willbe withdrawn | string |`[]`|
591
+
|`--all`| withdraws all static address deposits | bool |`false`|
592
+
|`--dest_addr="..."`| the optional address that the withdrawn funds should be sent to, if let blank the funds will go to lnd's wallet | string |
593
+
|`--sat_per_vbyte="..."`| (optional) a manual fee expressed in sat/vbyte that should be used when crafting the transaction | uint |`0`|
594
+
|`--amt="..."`(`--amount`)| the number of satoshis that should be withdrawn from the selected deposits. The change is sent back to the static address | uint |`0`|
|`--utxo="..."`| specify the utxos of deposits as outpoints(tx:idx) that should be looped in | string |`[]`|
632
-
|`--all`| loop in all static address deposits | bool |`false`|
633
-
|`--payment_timeout="..."`| 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 | duration |`0s`|
634
-
|`--amount="..."`| the number of satoshis that should be swapped from the selected deposits. If thereis change it is sent back to the static address | uint |`0`|
635
-
|`--fast`| Usage: complete the swap faster by paying a higher fee, so the change output is available sooner | bool |`false`|
636
-
|`--last_hop="..."`| the pubkey of the last hop to use for this swap | string |
637
-
|`--label="..."`| an optional label for this swap,limited to 500 characters. The label may not start with our reserved prefix: [reserved]| string |
638
-
|`--route_hints="..."`| route hints that can each be individually used to assist in reaching the invoice's destination | string |`[]`|
639
-
|`--private`| generates and passes routehints. Should be used if the connected node is only reachable via private channels | bool |`false`|
640
-
|`--force`| Assumes yes during confirmation. Using this option will result in an immediate swap | bool |`false`|
641
-
|`--verbose` (`-v`) | show expanded details | bool |`false`|
|`--utxo="..."`| specify the utxos of deposits as outpoints(tx:idx) that should be looped in | string |`[]`|
632
+
|`--all`| loop in all static address deposits | bool |`false`|
633
+
|`--payment_timeout="..."`| 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 | duration |`0s`|
634
+
|`--amt="..."`(`--amount`)| the number of satoshis that should be swapped from the selected deposits. If thereis change it is sent back to the static address | uint |`0`|
635
+
|`--fast`| Usage: complete the swap faster by paying a higher fee, so the change output is available sooner | bool |`false`|
636
+
|`--last_hop="..."`| the pubkey of the last hop to use for this swap | string |
637
+
|`--label="..."`| an optional label for this swap,limited to 500 characters. The label may not start with our reserved prefix: [reserved]| string |
638
+
|`--route_hints="..."`| route hints that can each be individually used to assist in reaching the invoice's destination | string |`[]`|
639
+
|`--private`| generates and passes routehints. Should be used if the connected node is only reachable via private channels | bool |`false`|
640
+
|`--force`| Assumes yes during confirmation. Using this option will result in an immediate swap | bool |`false`|
641
+
|`--verbose` (`-v`) | show expanded details | bool |`false`|
0 commit comments