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\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\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
Copy file name to clipboardExpand all lines: docs/loop.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ The following flags are supported:
591
591
|`--all`| withdraws all static address deposits | bool |`false`|
592
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
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`|
594
+
|`--amt="…"`| the number of satoshis that should be withdrawn from the selected deposits. The change is sent back to the static address | uint |`0`|
595
595
|`--help` (`-h`) | show help | bool |`false`|
596
596
597
597
### `static summary` subcommand (aliases: `s`)
@@ -631,7 +631,7 @@ The following flags are supported:
631
631
|`--utxo="…"`| specify the utxos of deposits as outpoints(tx:idx) that should be looped in | string |`[]`|
632
632
|`--all`| loop in all static address deposits | bool |`false`|
633
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`|
634
+
|`--amt="…"`| 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
635
|`--fast`| Usage: complete the swap faster by paying a higher fee, so the change output is available sooner | bool |`false`|
636
636
|`--last_hop="…"`| the pubkey of the last hop to use for this swap | string |
637
637
|`--label="…"`| an optional label for this swap,limited to 500 characters. The label may not start with our reserved prefix: [reserved]| string |
0 commit comments